简体   繁体   中英

Publish Subscribe Pattern using .asmx

Is it possible to implement a publish-subscribe model using Web Services (not WCF).

I ask because I need to use Mono, which has an incomplete WCF implementation.

Simply said, NO this is not possible. You have to use duplex communication only using WCF:

http://msdn.microsoft.com/en-us/library/ms731064.aspx

This feature is exclusive to WCF. Is there any possibility of using Sockets? asmx won't support this type of communication.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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