Can I use WCF for communicating (sending message) between 2 applications?
I have a problem rega开发者_如何学JAVArding WCF .Can i do that:-
I want to create WCF service,window service & Silverlight Application.And I want to send message(data) from window service to silverlight application through wcf service.
and vice-versa.Is it possible.
Thanks & Regards,
Vipin Kumar
It is only possible, if the receiving side has a listener that listen for messages then reply as needed to those messages. I think what you are really looking for is a Pub/Sub solution to communicated between two different processes.
精彩评论