-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Air_MultiAvailability version 16+ #99
Comments
Looks like (part of) the request object isn't being encoded properly. Can you please tell me which version of Also it would help if you could add a logger to your testcode and paste the log request & response here (make sure any private information such as auth information is stripped). I want to see what the entire request XML looks like (again, minus SOAP headers). |
Any status update? |
Version: Air_MultiAvailability_16_1_1A |
is 16.1 the only version of Air_MultiAvailability in your WSDL? I need you to give the result of And also the result of |
Nevermind, I figured it out. There is a change in the structure in the Air_MultiAvailability between version 15 and 16. I'll have to adapt the library to support version 16+. |
Hi, I've implemented a fix on the master branch to support You can test it by switching your Can you please check if this message is now working for you? If so, I'll release this fix with the 1.5.0 release. |
Hi! Yeah, now it is working correctly. Thank you! |
Version 1.5.0 is released. You can now use |
I am trying to implement Air_MultiAvailability method but I get a SOAP-ERROR
Here is my code
And here is the error
object(Amadeus\Client\Result)#38 (4) { ["status"]=> string(5) "FATAL" ["messages"]=> array(1) { [0]=> object(Amadeus\Client\Result\NotOk)#39 (3) { ["code"]=> string(60) "SOAP-ERROR: Encoding: object has no 'typeOfRequest' property" ["text"]=> NULL ["level"]=> NULL } } ["response"]=> NULL ["responseXml"]=> NULL }
The text was updated successfully, but these errors were encountered: