Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is expected that your application has a robust error handling process in place. An error response should contain a short description of the error to assist our support teams.

Content-Type

The ‘Content-Type’ for all SOAP XML messages must be application/xml; charset=utf-8.

Invalid Hotel Code

Code Block
languagexml
<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" TimeStamp="2005-08-01T09:30:47+08:00" EchoToken="abc123">
  <Errors>
    <Error Type="6" Code="392">Invalid hotel code: ABC</Error>
  </Errors>
</OTA_HotelResNotifRS>

...