简体   繁体   English

在Web服务(asmx)中实现WS-ReliableMessaging-C#

[英]Implementing WS-ReliableMessaging in Web services (asmx) - C#

I have been reading about WS-ReliableMessaging and would like to implement this into my web service (.asmx). 我一直在阅读有关WS-ReliableMessaging的信息,并希望将其实现到我的Web服务(.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. 我知道要在WCF中实现WS-ReliableMessaging,我只需要更改配置文件以使用ReliableSession,对于在.asmx中构建的Web服务来说就是这种情况。

Thanks in advance! 提前致谢!

ASMX Web Services does not support WS-ReliableMessaging. ASMX Web服务不支持WS-ReliableMessaging。 You will need to use WCF. 您将需要使用WCF。

ASMX supports only WS-I Basic Profile 1.1 , a small but highly interoperable subset of the standards from the WS-* family. ASMX仅支持WS-I Basic Profile 1.1 ,这是WS- *系列标准的一个很小但高度可互操作的子集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM