3 to White Mesa, test xmlp4

POST http://www.whitemesa.net/soap12/add-test-rpc HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.2.30205.0)
Content-Type: application/soap+xml; charset=utf-8; action=""
Content-Length: 669
Expect: 100-continue
Proxy-Connection: Keep-Alive
Host: www.whitemesa.net

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope 
xmlns:soap="http://www.w3.org/2002/12/soap-envelope" 
xmlns:soapenc="http://www.w3.org/2002/12/soap-encoding" 
xmlns:tns="http://whitemesa.net/wsdl/soap12-test" 
xmlns:types="http://whitemesa.net/wsdl/soap12-test/encodedTypes" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<q1:echoSimpleTypesAsStruct 
xmlns:q1="http://soapinterop.org/">
<inputInteger xsi:type="xsd:int">12</inputInteger>
<inputFloat xsi:type="xsd:float">1.2</inputFloat>
<inputString xsi:type="xsd:string">Hello Soap 1.2</inputString>
</q1:echoSimpleTypesAsStruct>
</soap:Body>
</soap:Envelope>

HTTP/1.1 200 OK
Via: 1.0 RED-PRXY-24, 1.1 RED-PRXY-22
Content-Length: 525
Date: Sun, 09 Feb 2003 01:37:57 GMT
Content-Type: application/soap+xml; charset="utf-8"
Server: WhiteMesa SOAP Server/3.0

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Body>
<m:echoSimpleTypesAsStructResponse SOAP-ENV:encodingStyle="http://www.w3.org/2002/12/soap-encoding" 
xmlns:m="http://soapinterop.org/">
<SOAP-RPC:result 
xmlns:SOAP-RPC="http://www.w3.org/2002/12/soap-rpc">return</SOAP-RPC:result>
<return>
<varString>Hello Soap 1.2</varString>
<varInt>12</varInt>
<varFloat>1.2</varFloat>
</return>
</m:echoSimpleTypesAsStructResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>