4.5 Timestamp Element in a SOAP Response Message

The following is an example of a <Security> element with a timestamp.

 <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
   <Timestamp xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
     <Created>2008-08-15T01:48:08.474Z</Created>
     <Expires>2008-08-15T01:53:08.474Z</Expires>
   </Timestamp>
 </o:Security>