Message Structure
Last updated
Last updated
All messages (Requests/Responses) exchanged between SiteConnect and the Booking Channel must:
Adhere to the SOAP message format.
Encapsulate the OTA message within the SOAP Body.
Requests must include a SOAP Security Header for authentication purposes.
Responses must be returned in a SOAP envelope. However, the SOAP Header should be empty.
SiteConnect is using SOAP 1.1
Name | Value |
---|---|
The Security Header structure conveys authentication information.
The only acceptable value for the Password @Type attribute is http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText. Plain text passwords are acceptable as all communication is done over encrypted HTTP (HTTPS).
Content-Type
text/xml; charset=utf-8
Authorization
Basic <credentials>