Can a WCF Service provide publish/subscribe activity to a Linux-based C++ client application?
- by Jeremy Roddingham
I have a WCF service written to provide certain functionality to intranet-based clients. This is easy when a client is running Windows. I want to implement the same functionality for my Windows clients that is available to my linux clients. My questions are?
How can I communicate to a linux c++ based client (supporting callback operations for a…