Artem Zakharchenko
Artem Zakharchenko
Could you show source xml request and response?
Actually your error looks like php error, not this library at all. And there missing strlen compiled files. I guess it's something wrong with your installation of php
@montenegroraabe you could try to check is this field exists in Air_SellFromRecommendation response structure. I can't check since I've no longer has access to it. So if it present in...
@DerMika I will not say that this idea is better, but as a possible option we could generate API documentation from PHPDoc blocks.
Unfortunately there are not implemented this element. You can create a PR or if you can't I could.
@travelusvn there's a contribution guide https://github.com/amabnl/amadeus-ws-client/blob/master/CONTRIBUTING.md
I really want to help by creating PR but now I don't have access to Amadeus SOAP API and I can't create correct class without docs.
@saaqeb which WSDL file you using in Client?
@saaqeb `HotelAvailability_2.0_4.0.wsdl`?
So... you getting this error because message `Hotel_MultiSingleAvailability` are not found in your WSDL schema. Probably you just don't have access to this web service. Or maybe you should re-download...