Can I use WCF for communicating (sending message) between 2 applications? -
i have problem regarding wcf .can that:-
i want create wcf service,window service & silverlight application.and want send message(data) window service silverlight application through wcf service.
and vice-versa.is possible.
thanks & regards,
vipin kumar
it possible, if receiving side has listener listen messages reply needed messages. think looking pub/sub solution communicated between 2 different processes.
Comments
Post a Comment