5 to White Mesa, role tests


--------------------------------------------------------------------------------
echoVoidSoapHeader: role = next
--------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org"
Host: localhost:8890
Content-length: 758

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Header xmlns:s0="http://soapinterop.org/">
<s0:echoMeComplexTypeRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="true" SOAP-ENV:relay="0">
<s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string - see it?</s2:varString>
<s2:varInt xmlns:s2="http://soapinterop.org/echoheader/">111</s2:varInt>
<s2:varFloat xmlns:s2="http://soapinterop.org/echoheader/">2.2222000122070312E2</s2:varFloat>
</s0:echoMeComplexTypeRequest>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns0:echoVoidSoapHeader xmlns:ns0="http://soapinterop.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 200 OK


Date: Mon, 31 Mar 2003 20:54:36 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 575
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:Header>
<n:echoMeComplexTypeResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string - see it?</varString>
<varInt xmlns="http://soapinterop.org/echoheader/">111</varInt>
<varFloat xmlns="http://soapinterop.org/echoheader/">222.22</varFloat>
</n:echoMeComplexTypeResponse>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<echoVoidSoapHeaderResponse xmlns="http://soapinterop.org/" />
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


--------------------------------------------------------------------------------
echoVoidSoapHeader: role = ultimateReceiver
--------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org"
Host: localhost:8890
Content-length: 770

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Header xmlns:s0="http://soapinterop.org/">
<s0:echoMeComplexTypeRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/ultimateReceiver" SOAP-ENV:mustUnderstand="true" SOAP-ENV:relay="0">
<s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string - see it?</s2:varString>
<s2:varInt xmlns:s2="http://soapinterop.org/echoheader/">111</s2:varInt>
<s2:varFloat xmlns:s2="http://soapinterop.org/echoheader/">2.2222000122070312E2</s2:varFloat>
</s0:echoMeComplexTypeRequest>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns0:echoVoidSoapHeader xmlns:ns0="http://soapinterop.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 200 OK


Date: Mon, 31 Mar 2003 20:54:37 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 575
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:Header>
<n:echoMeComplexTypeResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string - see it?</varString>
<varInt xmlns="http://soapinterop.org/echoheader/">111</varInt>
<varFloat xmlns="http://soapinterop.org/echoheader/">222.22</varFloat>
</n:echoMeComplexTypeResponse>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<echoVoidSoapHeaderResponse xmlns="http://soapinterop.org/" />
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


--------------------------------------------------------------------------------
echoVoidSoapHeader: role = none
--------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org"
Host: localhost:8890
Content-length: 758

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Header xmlns:s0="http://soapinterop.org/">
<s0:echoMeComplexTypeRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/none" SOAP-ENV:mustUnderstand="true" SOAP-ENV:relay="0">
<s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string - see it?</s2:varString>
<s2:varInt xmlns:s2="http://soapinterop.org/echoheader/">111</s2:varInt>
<s2:varFloat xmlns:s2="http://soapinterop.org/echoheader/">2.2222000122070312E2</s2:varFloat>
</s0:echoMeComplexTypeRequest>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns0:echoVoidSoapHeader xmlns:ns0="http://soapinterop.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 200 OK


Date: Mon, 31 Mar 2003 20:54:38 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 227
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>
<echoVoidSoapHeaderResponse xmlns="http://soapinterop.org/" />
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


--------------------------------------------------------------------------------
echoVoidSoapHeader: no role
--------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org"
Host: localhost:8890
Content-length: 692

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Header xmlns:s0="http://soapinterop.org/">
<s0:echoMeComplexTypeRequest SOAP-ENV:mustUnderstand="true" SOAP-ENV:relay="0">
<s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string - see it?</s2:varString>
<s2:varInt xmlns:s2="http://soapinterop.org/echoheader/">111</s2:varInt>
<s2:varFloat xmlns:s2="http://soapinterop.org/echoheader/">2.2222000122070312E2</s2:varFloat>
</s0:echoMeComplexTypeRequest>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns0:echoVoidSoapHeader xmlns:ns0="http://soapinterop.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 200 OK


Date: Mon, 31 Mar 2003 20:54:39 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 575
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:Header>
<n:echoMeComplexTypeResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string - see it?</varString>
<varInt xmlns="http://soapinterop.org/echoheader/">111</varInt>
<varFloat xmlns="http://soapinterop.org/echoheader/">222.22</varFloat>
</n:echoMeComplexTypeResponse>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<echoVoidSoapHeaderResponse xmlns="http://soapinterop.org/" />
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>