I need to implement SOAP WS-Security using TimeStamp.
Soap header should have Timestamp and expiration time and message should expire if it exceeds Expiration time.
I went through MSDN link here and here. These links discuss about specifying custom properties (Created & Expires) added to header and initialized before sending any request either way. But, I couldn't find any way to process that timestamp and invalidate the message.
Is the way specified in links is correct way of implementing Message expiration security ? How can I process the information to validate the message ?