3 to White Mesa, test xmlp11

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: 539
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:echoInteger 
xmlns:q1="http://soapinterop.org/">
<inputInteger xsi:type="xsd:string">ouch!</inputInteger>
</q1:echoInteger>
</soap:Body>
</soap:Envelope>

HTTP/1.1 400 Bad Request
Via: 1.0 RED-PRXY-24, 1.1 RED-PRXY-22
Content-Length: 606
Date: Sun, 09 Feb 2003 03:07:01 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>
<SOAP-ENV:Fault>
<SOAP-ENV:Code>
<SOAP-ENV:Value 
xmlns:ns="http://www.w3.org/2002/12/soap-envelope">ns:Sender</SOAP-ENV:Value>
<SOAP-ENV:Subcode>
<SOAP-ENV:Value 
xmlns:ns="http://www.w3.org/2002/12/soap-rpc">ns:BadArguments</SOAP-ENV:Value>
</SOAP-ENV:Subcode>
</SOAP-ENV:Code>
<SOAP-ENV:Reason>
<SOAP-ENV:Text xml:lang="en">Bad parameter: 'inputInteger' on method 'echoInteger'.</SOAP-ENV:Text>
</SOAP-ENV:Reason>
<SOAP-ENV:Detail />
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>