views:

33

answers:

1

How to use time-stamp in SOAP Header to implement Message Expiration?

Note: Using .NET 2.0, so ASMX Services and NO WCF.

+1  A: 

Try the following links.

http://msdn.microsoft.com/en-us/library/8728chd5%28VS.80%29.aspx

http://msdn.microsoft.com/en-us/library/77hkfhh8%28VS.71%29.aspx

If it helps please mark as answer.

Himadri
noob.spt
Of course not. You have to do that yourself. SOAP has no concept of message expiration, so you have to add your own concept of message expiration.
John Saunders