Error Handling
This page provides examples of common error responses received from pmsXchange when uploading reservations.
Expectations for Error Handling
Application Level Error Handling
OTA Error Warning Types
EWT
Error Type
Description
Error Name
Error Description
Common Error Responses
Invalid Web Service URI
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<OTA_HotelResNotifRS EchoToken="4528545b-f875-5c77-9205-22631b68f15a" TimeStamp="2025-09-28T01:48:44+00:00" Version="1.0" xmlns="http://www.opentravel.org/OTA/2003/05">
<Errors>
<Error Type="4">Authentication failed - PMS {REQUESTORID} does not exist</Error>
</Errors>
</OTA_HotelResNotifRS>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Invalid Username/Password
Invalid RequestorID
Invalid Hotel Code
Required Information Missing
Handling HTTP 500 Error Responses
Last updated
Was this helpful?