5 to White Mesa, mustUnderstand tests


--------------------------------------------------------------------------------
echoVoidSoapHeader: unknown header, mustUnderstand = 'true'
--------------------------------------------------------------------------------
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: 715

<?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:unknownHeaderRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
     <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/">222.22</s2:varFloat>
					</s0:unknownHeaderRequest>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns0:echoVoidSoapHeader xmlns:ns0="http://soapinterop.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 500 Internal Server Error
Date: Wed, 19 Mar 2003 13:52:00 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 642
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>
<SOAP-ENV:NotUnderstood qname="ns:unknownHeaderRequest" xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope" xmlns:ns="http://soapinterop.org/" />
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<SOAP-ENV:Code>
<SOAP-ENV:Value xmlns:ns="http://www.w3.org/2002/12/soap-envelope">ns:MustUnderstand</SOAP-ENV:Value>
</SOAP-ENV:Code>
<SOAP-ENV:Reason>
<SOAP-ENV:Text xml:lang="en">Headers: Mandatory header block not understood.</SOAP-ENV:Text>
</SOAP-ENV:Reason>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--------------------------------------------------------------------------------
echoVoidSoapHeader: unknown header, mustUnderstand = 'false'
--------------------------------------------------------------------------------
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: 687

<?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:unknownHeaderRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next">
     <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/">222.22</s2:varFloat>
					</s0:unknownHeaderRequest>
</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: Wed, 19 Mar 2003 13:52:01 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: unknown header, mustUnderstand = '1'
--------------------------------------------------------------------------------
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: 687

<?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:unknownHeaderRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next">
     <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/">222.22</s2:varFloat>
					</s0:unknownHeaderRequest>
</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: Wed, 19 Mar 2003 13:52:02 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: unknown header, mustUnderstand = '0'
--------------------------------------------------------------------------------
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: 687

<?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:unknownHeaderRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next">
     <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/">222.22</s2:varFloat>
					</s0:unknownHeaderRequest>
</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: Wed, 19 Mar 2003 13:52:05 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: unknown header, mustUnderstand omitted
--------------------------------------------------------------------------------
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: 687

<?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:unknownHeaderRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next">
     <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/">222.22</s2:varFloat>
					</s0:unknownHeaderRequest>
</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: Wed, 19 Mar 2003 13:52:06 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: known header, mustUnderstand = 'true'
--------------------------------------------------------------------------------
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: 988

<?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="1">
     <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/">222.22</s2:varFloat>
					</s0:echoMeComplexTypeRequest>
<s0:echoMeStringRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
                  <s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string -- see it?</s2:varString>
					</s0:echoMeStringRequest>
</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: Wed, 19 Mar 2003 13:52:07 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 747
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:echoMeStringResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string -- see it?</varString>
</n:echoMeStringResponse>
<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: known header, mustUnderstand = 'false'
--------------------------------------------------------------------------------
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: 960

<?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">
     <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/">222.22</s2:varFloat>
					</s0:echoMeComplexTypeRequest>
<s0:echoMeStringRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
                  <s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string -- see it?</s2:varString>
					</s0:echoMeStringRequest>
</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: Wed, 19 Mar 2003 13:52:08 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 747
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:echoMeStringResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string -- see it?</varString>
</n:echoMeStringResponse>
<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: known header, mustUnderstand = '1'
--------------------------------------------------------------------------------
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: 960

<?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">
     <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/">222.22</s2:varFloat>
					</s0:echoMeComplexTypeRequest>
<s0:echoMeStringRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
                  <s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string -- see it?</s2:varString>
					</s0:echoMeStringRequest>
</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: Wed, 19 Mar 2003 13:52:09 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 747
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:echoMeStringResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string -- see it?</varString>
</n:echoMeStringResponse>
<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: known header, mustUnderstand = '0'
--------------------------------------------------------------------------------
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: 960

<?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">
     <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/">222.22</s2:varFloat>
					</s0:echoMeComplexTypeRequest>
<s0:echoMeStringRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
                  <s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string -- see it?</s2:varString>
					</s0:echoMeStringRequest>
</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: Wed, 19 Mar 2003 13:52:10 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 747
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:echoMeStringResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string -- see it?</varString>
</n:echoMeStringResponse>
<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: known header, mustUnderstand = omitted
--------------------------------------------------------------------------------
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: 960

<?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">
     <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/">222.22</s2:varFloat>
					</s0:echoMeComplexTypeRequest>
<s0:echoMeStringRequest SOAP-ENV:role="http://www.w3.org/2002/12/soap-envelope/role/next" SOAP-ENV:mustUnderstand="1">
                  <s2:varString xmlns:s2="http://soapinterop.org/echoheader/">test string -- see it?</s2:varString>
					</s0:echoMeStringRequest>
</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: Wed, 19 Mar 2003 13:52:11 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 747
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:echoMeStringResponse xmlns:n="http://soapinterop.org/">
<varString xmlns="http://soapinterop.org/echoheader/">test string -- see it?</varString>
</n:echoMeStringResponse>
<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>