4 to WM, nodetype test

POST /interop/r2/base HTTP/1.1
Host: www.whitemesa.net:80
Content-length: 370
Content-type: application/soap+xml

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2002/12/soap-encoding">
<SOAP-ENV:Body>
<ns0:echoInteger xmlns:ns0="http://soapinterop.org/">
<inputInteger SOAP-ENC:nodeType="struct">3</inputInteger>
</ns0:echoInteger>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
                                               
HTTP/1.1 400 Bad Request
Date: Wed, 09 Apr 2003 15:19:00 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 597
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>
    <SOAP-ENV:Fault>
      <SOAP-ENV:Code>
        <SOAP-ENV:Value xmlns:ns="http://www.w3.org/2002/12/soap-envelope">ns:Sender</SOAP-ENV:Value>
        <SOAP-ENV:Subcode>
          <SOAP-ENV:Value xmlns:ns="http://www.w3.org/2002/12/soap-rpc">ns:BadArguments</SOAP-ENV:Value>
        </SOAP-ENV:Subcode>
      </SOAP-ENV:Code>
     <SOAP-ENV:Reason>
       <SOAP-ENV:Text xml:lang="en">Incorrect nodeType on built-in type accessor.</SOAP-ENV:Text>
     </SOAP-ENV:Reason>
     <SOAP-ENV:Detail />
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>