Skip to main content

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

NodeAttributeData TypeDescriptionValueMandatory
objCredentials\Source\RequestorIDTypeStringSystem to connectFixed value DSP that identifies the system I Need ToursRequired
objCredentials\Source\RequestorIDIDStringUser to connectProvided by your providerRequired
objCredentials\Source\RequestorIDMessagePasswordStringPassword to connectProvided by your providerRequired