Hvis request ikke indeholder en "Expires" timestamp i SOAP headeren: I afsnittet "InclusiveHeadspaces (...)" hedder det "SOAP Header" - hvilken skrivemåde er den rigtige?

      <u:Timestamp u:Id="w_21">
                      <u:Created>2011-02-01T12:12:22.203Z</u:Created>
      </u:Timestamp>

så afvises request med fejlen:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body>  <soapenv:Fault>


        <faultcode>soapenv:Server.userException</faultcode>
        <faultstring>java.lang.StringIndexOutOfBoundsException</faultstring>
        <detail>


 <ns1:hostname mlns:ns1="http://xml.apache.org/axis/">tssdemo1</ns1:hostname>  </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>