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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.