3 to White Mesa, test xmlp16

POST http://www.whitemesa.net/soap12/add-test-doc-int 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: 512
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:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<Unknown soap:role="http://www.w3.org/2002/12/soap-envelope/role/none" 
xmlns="http://soapinterop.org/">
<stringValue>foo</stringValue>
</Unknown>
</soap:Header>
<soap:Body>
<echoString 
xmlns="http://soapinterop.org/">
<inputString>Hello Soap 1.2</inputString>
</echoString>
</soap:Body>
</soap:Envelope>



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

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope 
xmlns:soap="http://www.w3.org/2002/12/soap-envelope" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<Unknown soap:role="http://www.w3.org/2002/12/soap-envelope/role/none" 
xmlns="http://soapinterop.org/">
<stringValue>foo</stringValue>
</Unknown>
</soap:Header>
<soap:Body>
<echoString 
xmlns="http://soapinterop.org/">
<inputString>Hello Soap 1.2</inputString>
</echoString>
</soap:Body>
</soap:Envelope>