OTA_NotifReportRS
Last updated
OTA_NotifReportRS:
This message is used to acknowledge the OTA_NotifReportRQ message.
Exception: When a SOAP level fault occurs while RG Bridge processes the request, a SOAP fault message will be returned.
Processing and Delivery:
RG Bridge will mark the reservations included in the OTA_NotifReportRQ message as delivered, and they will not be included in future reservation retrievals.
Importance: It is crucial to process all the reservations retrieved earlier and send OTA_NotifReportRQ messages for all of them before sending additional OTA_ReadRQ messages to retrieve more reservations.
Reservation confirmation response; Sample XML
<OTA_NotifReportRS xmlns="http://www.opentravel.org/OTA/2003/05"
EchoToken="354"
TimeStamp="2011-01-26T10:22:00-05:00"
Target="Production"
Version="2.000" >
<Success />
</OTA_NotifReportRS>
Last updated