Sample Requests / Responses

Request (1Room - 1Adult, 0Children)

                            
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws_2013.services.cangooroo.net/" xmlns:ws1="WS_2013.ClientCredential">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:cancelBooking>
         <ws:credential>
            <ws1:UserName>*****</ws1:UserName>
            <ws1:Password>*****</ws1:Password>
         </ws:credential>
         <ws:serviceID>*****</ws:serviceID>
      </ws:cancelBooking>
   </soapenv:Body>
</soapenv:Envelope>