I am developing an application based on simple WCF services, the client sends data to the server, the business logic in the client is staged, it either calls other process which are unique during the initializing of different processes I need to send messages back to client without returning the actual control i.e. messages like
etc
How am I able to do this?
You need to use a duplex binding.