Authentication
In every call to the Booking API the corresponding authentication node must be included, so that the system can identify it. This node is ** objCredentials ** / ** Source ** and should indicate the following values:
Sample XML for calls with authentication
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://xml.ineedtours.com/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:XMLMETHOD>
<ws:objCredentials>
<ws:Source>
<ws:RequestorID Type="DSP" ID="YOUR-USER" MessagePassword="YOUR-PASSWORD"/>
</ws:Source>
</ws:objCredentials>
</ws:XMLMETHOD>
</soapenv:Body>
</soapenv:Envelope>
HTTP Request
| Node | Attribute | Data Type | Description | Value | Mandatory |
|---|---|---|---|---|---|
| objCredentials\Source\RequestorID | Type | String | System to connect | Fixed value DSP that identifies the system I Need Tours | Required |
| objCredentials\Source\RequestorID | ID | String | User to connect | Provided by your provider | Required |
| objCredentials\Source\RequestorID | MessagePassword | String | Password to connect | Provided by your provider | Required |