Message Structure
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.
Version
SiteConnect is using SOAP 1.1
Header
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Security Header
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).
Examples
Last updated