Is it possible to push data to client in WCF service without using callback?
Scenario:
There are 2 client consuming service.
Client 1 send message and then Client 2 get message send by Client 1.
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.
There are several approaches to this problem
Use
Publish-Subscribe Framework
Using Duplexing service in WCF
Also have a look at this article,
Push Data to the Client using WCF CallBack Service
http://www.dotnetcurry.com/ShowArticle.aspx?ID=721