I have been reading about WS-ReliableMessaging and would like to implement this into my web service (.asmx). Could anyone tell me how to do this?
I know to implement WS-ReliableMessaging in WCF, I just need to change the config file to use ReliableSession, so would that be the case for my web service built in .asmx.
Thanks in advance!