3 to White Mesa, MissingID

POST http://www.whitemesa.net/soap12/test-rpc HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.2.30318.0)
Content-Type: application/soap+xml; charset=utf-8; action=""
Host: www.whitemesa.net
Content-Length: 831
Expect: 100-continue
Proxy-Connection: Keep-Alive


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
    xmlns:soap="http://www.w3.org/2002/12/soap-envelope"
    xmlns:soapenc="http://www.w3.org/2002/12/soap-encoding"
    xmlns:tns="http://whitemesa.net/wsdl/soap12-test"
    xmlns:types="http://whitemesa.net/wsdl/soap12-test/encodedTypes"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <q1:echoStructArray xmlns:q1="http://example.org/ts-tests">
      <inputStructArray soapenc:id="id1"
                           xmlns:q2="http://example.org/ts-tests/xsd"
                           soapenc:itemType="q2:SOAPStruct"
                           soapenc:arraySize="2">
        <Item soapenc:id="id2">
          <varString xsi:type="xsd:string">D</varString>
          <varInt xsi:type="xsd:int">32</varInt>
          <varFloat xsi:type="xsd:float">32</varFloat>
        </Item>
        <Item soapenc:ref="idx" />
      </inputStructArray>
    </q1:echoStructArray>
  </soap:Body>
</soap:Envelope>




ResponseCode: 400 (Bad Request)
Via:1.0 RED-PRXY-28, 1.1 TKITGPRXYA07
Content-Length:606
Date:Thu, 27 Mar 2003 18:15:39 GMT
Content-Type:application/soap+xml; charset="utf-8"
Server:WhiteMesa SOAP Server/3.0

<?xml version="1.0" encoding="utf-16"?>
<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-encoding">ns:MissingID</SOAP-ENV:Value>
        </SOAP-ENV:Subcode>
      </SOAP-ENV:Code>
      <SOAP-ENV:Reason>
        <SOAP-ENV:Text xml:lang="en">Array element accessor found with invalid reference.</SOAP-ENV:Text>
      </SOAP-ENV:Reason>
      <SOAP-ENV:Detail />
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>