﻿==== Request ====
POST /ws/services/Htng2TestService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.3
Host: 127.0.0.1:7777
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "http://www.trustinternational.com/Htng2TestService/Ping"
Content-Length: 1477

<?xml version="1.0" encoding="UTF-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <soapenv:Header>
         <wsse:Security soapenv:mustUnderstand="1">
            <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-32739270">
               <wsse:Username>trust</wsse:Username>
               <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">xyz</wsse:Password>
            </wsse:UsernameToken>
         </wsse:Security>
         <wsa:MessageID soapenv:mustUnderstand="0">uuid:f13e8040-f6f0-11da-b115-9ea376c27788</wsa:MessageID>
         <wsa:To soapenv:mustUnderstand="0">http://127.0.0.1:7777/ws/services/Htng2TestService</wsa:To>
         <wsa:Action soapenv:mustUnderstand="0">http://www.trustinternational.com/Htng2TestService/Ping</wsa:Action>
         <wsa:From soapenv:mustUnderstand="0">
            <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
         </wsa:From>
      </soapenv:Header>
      <soapenv:Body>
         <OTA_PingRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="111" Target="Production" TimeStamp="2006-06-07T04:45:06" Version="1.0">
            <EchoData>test test test</EchoData>
         </OTA_PingRQ>
      </soapenv:Body>
   </soapenv:Envelope>
   
   
   
==== Response ====
HTTP/1.1 200 OK
Date: Thu, 08 Jun 2006 13:16:06 GMT
Content-Type: text/xml; charset=utf-8
Connection: Close

<?xml version="1.0" encoding="UTF-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
      <soapenv:Header>
         <wsa:MessageID soapenv:mustUnderstand="0">uuid:f16ae770-f6f0-11da-8972-f33dbfee368b</wsa:MessageID>
         <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
         <wsa:Action soapenv:mustUnderstand="0">http://www.trustinternational.com/Htng2TestService/PingResponse</wsa:Action>
         <wsa:From soapenv:mustUnderstand="0">
            <wsa:Address>http://127.0.0.1:7777/ws/services/Htng2TestService</wsa:Address>
         </wsa:From>
         <wsa:RelatesTo RelationshipType="wsa:Reply" soapenv:mustUnderstand="0">uuid:f13e8040-f6f0-11da-b115-9ea376c27788</wsa:RelatesTo>
      </soapenv:Header>
      <soapenv:Body>
         <OTA_PingRS xmlns="http://www.opentravel.org/OTA/2003/05">
            <Success/>
            <EchoData>test test test</EchoData>
         </OTA_PingRS>
      </soapenv:Body>
   </soapenv:Envelope>
==============
