3 to White Mesa, echoVoid

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.30219.0)
Content-Type: application/soap+xml; charset=utf-8; action=""
Host: www.whitemesa.net
Content-Length: 629
Expect: 100-continue
Proxy-Connection: Keep-Alive

<?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:Header>
<q1:Unknown soapenc:id="id1" xmlns:q1="http://example.org/ts-tests/xsd">
<stringValue xsi:type="xsd:string">foo</stringValue>
</q1:Unknown>
</soap:Header>
<soap:Body>
<q1:echoVoid xmlns:q1="http://soapinterop.org/" />
</soap:Body>
</soap:Envelope>


HTTP/1.1 200 OK
Via: 1.0 RED-PRXY-24, 1.1 TKITGPRXYA07
Content-Length: 286
Date: Thu, 06 Mar 2003 05:56:44 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:echoVoidResponse SOAP-ENV:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:m="http://soapinterop.org/" />
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>