5 to White Mesa, notUnderstood


--------------------------------------------------------------------------------
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>