5 to White Mesa, round4 echoString, 2 envelope namespaces

===========SOAP1.2=======================
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 294
Host: www.whitemesa.net
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/12/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoString xmlns:ns0="http://soapinterop.org/">
<ns0:inputString>Testing document, literal</ns0:inputString>
</ns0:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 07 Feb 2003 16:36:04 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 280
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Body>
<echoStringResponse xmlns="http://soapinterop.org/">
<return>Testing document, literal</return>
</echoStringResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


===========SOAP1.1=======================
POST /interop/r4/wsdl-xsd HTTP/1.1
Content-length: 296
Host: www.whitemesa.net
Content-type: text/xml; charset=utf-8
Soapaction: "http://soapinterop.org/echoString"

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ns0:echoString xmlns:ns0="http://soapinterop.org/">
<ns0:inputString>Testing document, literal</ns0:inputString>
</ns0:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 07 Feb 2003 16:36:06 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: text/xml; charset="utf-8"
Content-Length: 282
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<echoStringResponse xmlns="http://soapinterop.org/">
<return>Testing document, literal</return>
</echoStringResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>