Hey

This one's bugging me. I'm building a WCF service so that I can issue work to multiple clients and retrieve results back on the server (wsDualHttpBinding with callbacks). The WCF service is hosted in a WPF application using a ServiceHost.

I am curious how I communicate with the service from within the WPF application? Would I have to connect to the endpoint like the clients would have to? Once the clients have registered their callback with the service, i'd like to be able to invoke those callbacks from within the WPF app.