amabnl / amadeus-ws-client

PHP Amadeus SOAP Web Service client library
Apache License 2.0
183 stars 191 forks source link

I ma getting the error "Hotel_MultiSingleAvailability" is not in WDSL #425

Open singhanil221 opened 3 years ago

singhanil221 commented 3 years ago

Hi, I am getting the below response in the hotel search, could you please help me why I am getting this error

Type: Amadeus\Client\InvalidMessageException

Message: Message "Hotel_MultiSingleAvailability" is not in WDSL

rifkydj commented 3 years ago

Contact Amedeus & ask them to activate Hotel_MultiSingleAvailability service for your office ID. after that they will provide new WDSL.

singhanil221 commented 3 years ago

Contact Amedeus & ask them to activate Hotel_MultiSingleAvailability service for your office ID. after that they will provide new WDSL.

They provide me new WDSL files but there is not Hotel_MultiSingleAvailability file, they provide and told me to use the HotelAvailability_2.0.wsdl and HotelContent_1.0.wsdl files, please help to get the solution for this.

rifkydj commented 3 years ago

You can add multiple wdsl files in this plug in . Have a look on it. U can create multiple parameters instances with appropriate office I'd then pass it to client

singhanil221 commented 3 years ago

I have added multiple wdsl files, but still I am getting the same error. I have contact to amadeus support team and they show me in soap ui and there it is working. Could you please help me how I can implement the hotel apis.

singhanil221 commented 3 years ago

I have added multiple wdsl files, but still I am getting the same error. I have contact to amadeus support team and they show me in soap ui and there it is working. Could you please help me how I can implement the hotel apis.

could you please help me with this

rifkydj commented 3 years ago

Actually I have worked on for flights reservations system only. But I can tell u look in your wdsl file for hotel api tags. If not exists you have to get new wdsl files. @DerMika does this package support for hotel messages now ?

DerMika commented 3 years ago

No. https://github.com/amabnl/amadeus-ws-client/pull/424

https://github.com/amabnl/amadeus-ws-client/issues/70