4 to 3, RPC and headers

echoHeaderString, understandable, MU=0, role=default


==== REQUEST ==== http://mssoapinterop.org/asmx/header.asmx ==== 2/26/03 10:02 PM 
Content-type: application/soap+xml; charset=utf-8;action="http://soapinterop.org/"
X-WASP-Message-ID: c4-DF2WDUvk4j8oYbRJRBfcWw==

<?xml version="1.0" encoding="UTF-8"?>
<e:Envelope xmlns:e="http://www.w3.org/2002/06/soap-envelope"
               xmlns:d="http://www.w3.org/2001/XMLSchema"
               xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
 <e:Header>
  <n0:echoMeStringRequest xmlns:n0="http://soapinterop.org/echoheader/"
                             e:encodingStyle="http://www.w3.org/2002/06/soap-encoding">
      Hello, this is Systinet Wasp Client.
  </n0:echoMeStringRequest>
 </e:Header>
 <e:Body>
  <n0:echoVoid xmlns:n0="http://soapinterop.org/" e:encodingStyle="http://www.w3.org/2002/06/soap-encoding" />
 </e:Body>
</e:Envelope>



==== RESPONSE ==== http://mssoapinterop.org/asmx/header.asmx ==== 2/26/03 10:02 PM 
X-AspNet-Version: 1.0.4221
Date: Wed, 26 Feb 2003 21:12:07 GMT
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 703
X-Powered-By: ASP.NET
Server: Microsoft-IIS/5.0
Cache-Control: private, max-age=0

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2002/06/soap-envelope"
                  xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding"
                  xmlns:tns="http://soapinterop.org"
                  xmlns:types="http://soapinterop.org/encodedTypes"
                  xmlns:rpc="http://www.w3.org/2002/06/soap-rpc"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <soap:Header>
  <echoMeStringResponse xmlns="http://soapinterop.org/echoHeader//">Hello, this is Systinet Wasp Client.</echoMeStringResponse>
 </soap:Header>
 <soap:Body soap:encodingStyle="http://www.w3.org/2002/06/soap-encoding">
  <q1:echoVoidResponse xmlns:q1="http://soapinterop.org/" />
 </soap:Body>
</soap:Envelope>


=========== CLOSE ================