Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <soap:Body>
  4. <CreateReservationResponse xmlns="http://Spectra.SI.Booking.ServiceContracts/2007/02">
  5. <OTA_HotelResRS PrimaryLangID="en-US" TimeStamp="2019-05-23T12:06:33.2007633Z" Target="Production" Version="2.002" TransactionIdentifier="4d3e0d6d55f74" xmlns="http://www.opentravel.org/OTA/2003/05">
  6. <Errors>
  7. <Error Language="en-US" Type="3" ShortText="No availability" Code="450" Status="Incomplete" Tag="OTA_HotelResRQ" RecordID="3005803" NodeList="/OTA_HotelResRQ">The requested accumulated RoomType.NumberOfUnits are not available and booking procedures cannot continue. Please query availability to obtain valid reservation parameters.</Error>
  8. </Errors>
  9. </OTA_HotelResRS>
  10. </CreateReservationResponse>
  11. </soap:Body>
  12. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement