Travelport / travelport-uapi-tutorial-php

The travelport-uapi-tutorial-php is a PHP project for Universal API that will help you connect and code a standard workflow including Air, Vehicle, and Hotel.
35 stars 47 forks source link

Strange behavior for hotel search #93

Open iffy1988 opened 6 years ago

iffy1988 commented 6 years ago

Hi, for some cities i am getting accurate results for hotels but for some cities i am getting error

"0002 REFERENCE POINT NOT FOUND"

i have attached example for both scenarios, in first case i am searching for "Aberdeen" and i am getting result, you can see attached request and response example. in 2nd scenario i am searching for orlando (Walt Disney World) and i am getting error.

can you please look into this issue thank you

hotel response.zip

vivekjyotipramanik commented 6 years ago

Hi iffy1988,

This is actually working as designed. The reference point must be one of the reference points from the reference point list. If we try to run a reference point which is not from the list it will give an error. Please find below link from where the reference point list can be downloaded. Please let us know how it goes. Thanks.

https://developer.travelport.com/euf/assets/developer-network/downloads/ReferenceData.zip

adhikjoshi commented 2 years ago

The link not working, can you update it. also, is there a SOAP library for using Travelport API?