4 to 5, MissingID

POST /interop/soap11/round2abc HTTP/1.1
Host: webservice.tibco.com:80
Content-length: 350
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:ref="foo"/>
    </ns0:echoInteger>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
                                                                         
HTTP/1.1 500 Internal Server Error
Content-Type: application/soap+xml; charset=utf-8
soap:version: http://www.w3.org/2002/12/soap-envelope
Date: Wed, 02 Apr 2003 18:14:34 GMT
http:statuscode: 400
Transfer-Encoding: chunked
http:statusphrase: Bad Request
Server: Apache Tomcat/4.0.3 (HTTP/1.1 Connector)

1d8
<?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>SOAP-ENV:Sender</SOAP-ENV:Value>
        <SOAP-ENV:Subcode xmlns:ns0="http://www.w3.org/2002/12/soap-encoding">
          <SOAP-ENV:Value>ns0:MissingID</SOAP-ENV:Value>
        </SOAP-ENV:Subcode>
      </SOAP-ENV:Code>
      <SOAP-ENV:Reason>Unresolved reference: foo</SOAP-ENV:Reason>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0