Hvis request ikke indeholder en "Created" og "Expires" Timestamp i SOAP headeren:
<wsu:Timestamp wsu:Id="Timestamp-424549d8-2d8b-4d7a-9fd9-e5cec7fc6ce2">
<wsu:Created>2011-05-06T12:49:20Z</wsu:Created>
<wsu:Expires>2011-05-06T12:54:20Z</wsu:Expires>
</wsu:Timestamp>
så afvises request med:
<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.generalException</faultcode>
<faultstring>WSDoAllReceiver: security processing failed; nested exception is:
org.apache.ws.security.WSSecurityException: The signature verification failed</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">tssintra6</ns1:hostname>
</detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>