overwolf

Results 37 comments of overwolf

Yes , http://ws.link.test.hotelresb2b.com/axis2/services/Link?xsd=login.xsd

And when I wrap the xml with some headers like this: ![image](https://user-images.githubusercontent.com/9083812/46071128-a6e78c00-c17f-11e8-9314-4a3bf41e5ec2.png) How should I create the corresponding object in the headers? Many thanks, Victor

Sorry for the response, I will not bother you anymore. We have this in metadata and SoapContainer. ![image](https://user-images.githubusercontent.com/9083812/46073895-6fc8a900-c186-11e8-8713-08f1ad9d5e32.png) We need to execute the following request: ![image](https://user-images.githubusercontent.com/9083812/46073951-92f35880-c186-11e8-9631-0948b4036d2e.png) Following your example we...

No, I think the problem is in ArgumentsReader when the serviceDefinition have many parts. In method **handleHeaders** you set in envelope the instance of the headers and return the body....

Here is the wsdl if you want to check but is allright I think: ![image](https://user-images.githubusercontent.com/9083812/46078236-da341600-c193-11e8-882b-61be4ca6af44.png) ![image](https://user-images.githubusercontent.com/9083812/46078264-ef10a980-c193-11e8-87b3-75a7e1a27b06.png)

If I pass GetRoomsInput directly like: ![screenshot - 260918 - 14 02 24](https://user-images.githubusercontent.com/9083812/46078554-d05ee280-c194-11e8-90d1-1f8d3c55c247.png) I've another error: PHP Fatal error: Call to a member function value() on string in /var/www/igm_client/vendor/jms/serializer/src/JMS/Serializer/Metadata/PropertyMetadata.php on...

Yes, if you pass like this: ` $client->getRooms($rq, $userValidation);` I've this error: `PHP Notice: Undefined index: requestRoomsHeader in /var/www/igm_client/vendor/igm/synergyclient/src/Arguments/ArgumentsReader.php on line 71 PHP Fatal error: Call to a member function...

But I don't understand if I create request and set the body and header manually like: ![screenshot - 260918 - 15 13 44](https://user-images.githubusercontent.com/9083812/46082206-d5289400-c19e-11e8-839a-08396e21a6e2.png) When I serialize to convert in XML...

And in getRoomsInput I have this: ![image](https://user-images.githubusercontent.com/9083812/46086071-ad89f980-c1a7-11e8-86d1-9cb4da088817.png) And I've another error: ![image](https://user-images.githubusercontent.com/9083812/46086142-c5fa1400-c1a7-11e8-8d10-f1ccbfa1a4b4.png)

If the problem if this header: ![image](https://user-images.githubusercontent.com/9083812/46089058-ff358280-c1ad-11e8-87cb-795ac5ab1164.png) Can I do this? ![image](https://user-images.githubusercontent.com/9083812/46089102-18d6ca00-c1ae-11e8-8286-8e0c530c76db.png) MyHandler is with o without namespace? I want to do this to avoid the following: ![image](https://user-images.githubusercontent.com/9083812/46089148-32781180-c1ae-11e8-9d5b-d34a4b8e12c2.png)