White Mesa to 1, SOAP 1.1 and SOAP 1.2 namespaces

tcpTrace version 0.7.0.669
Copyright (c) 2000-2002 Simon Fell & Matt Humphrey. All rights reserved.

Log Started, 02/27/2003 14:51:49:0779

================SOAP 1.2==================
Logged at, 02/27/2003 14:52:36:0997
Connection Opened, 02/27/2003 14:52:36:0687
Connection Closed, 02/27/2003 14:52:36:0997
Source, 127.0.0.1
Destination, 10.24.251.73:8090
# Bytes Client -> Server, 914
# Bytes Server -> Client, 691
Client Data, POST /axis/services/testMeRpc HTTP/1.1

Accept: */*
Accept-Language: en-us
Referer: file://C:\wmss3\docroot\test-soap12\xmlp9-echoString-12.htm
Content-Type: application/soap+xml; charset="utf-8"
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Host: localhost:9090
Content-Length: 505
Connection: Keep-Alive
Cache-Control: no-cache


<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2002/12/soap-encoding"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<m:echoString xmlns:m="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://www.w3.org/2002/12/soap-encoding">
<inputString>This is a test.</inputString>
</m:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



Server Data, HTTP/1.0 200 OK
Content-Type: application/soap+xml; charset=utf-8
Set-Cookie: 3
Set-Cookie2: 3

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2002/12/soap-envelope"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:echoStringResponse soapenv:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:ns1="http://soapinterop.org/">
   <ns2:result xmlns:ns2="http://www.w3.org/2002/12/soap-rpc">echoStringReturn</ns2:result>
   <echoStringReturn xsi:type="xsd:string">This is a test.</echoStringReturn>
  </ns1:echoStringResponse>
 </soapenv:Body>
</soapenv:Envelope>


================SOAP 1.1==================
Logged at, 02/27/2003 14:53:04:0477
Connection Opened, 02/27/2003 14:53:04:0196
Connection Closed, 02/27/2003 14:53:04:0477
Source, 127.0.0.1
Destination, 10.24.251.73:8090
# Bytes Client -> Server, 935
# Bytes Server -> Client, 591
Client Data, POST /axis/services/testMeRpc HTTP/1.1

Accept: */*
Accept-Language: en-us
Referer: file://C:\wmss3\docroot\test-soap12\xmlp9-echoString-11.htm
soapaction: ""
Content-Type: text/xml; charset="utf-8"
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Host: localhost:9090
Content-Length: 511
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: 3

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<m:echoString xmlns:m="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<inputString>This is a test.</inputString>
</m:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


Server Data, HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Set-Cookie: 3
Set-Cookie2: 3


<?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">
 <soapenv:Body>
  <ns1:echoStringResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
   <echoStringReturn xsi:type="xsd:string">This is a test.</echoStringReturn>
  </ns1:echoStringResponse>
 </soapenv:Body>
</soapenv:Envelope>


Log Stopped, 02/27/2003 14:53:29:0893