5to3, Round 4, Group I, encodingStyle=none

POST /asmx/xsd/round4xsd.asmx HTTP/1.1
Content-encoding: binary
Content-length: 422
Host: localhost:8889
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoString"

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoString xmlns:ns0="http://soapinterop.org/"
                   xmlns:ns_0="http://www.w3.org/2002/06/soap-envelope"
                   ns_0:encodingStyle="http://www.w3.org/2002/06/soap-envelope/encoding/none">
<ns0:inputString>Testing document, literal</ns0:inputString>
</ns0:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Wed, 29 Jan 2003 16:14:10 GMT
X-Powered-By: ASP.NET

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Wed, 29 Jan 2003 16:14:10 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.0.4221
Content-Encoding: binary
Cache-Control: private, max-age=0
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 359

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2002/06/soap-envelope"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body><echoStringResponse xmlns="http://soapinterop.org/">
<return>Testing document, literal</return>
</echoStringResponse>
</soap:Body>
</soap:Envelope>