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!

share|improve this question

ASMX Web Services does not support WS-ReliableMessaging. You will need to use WCF.

ASMX supports only WS-I Basic Profile 1.1, a small but highly interoperable subset of the standards from the WS-* family.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.