I'm consuming a web service that uses SOAP protocol, I created a new .net framework console app and added the service, all good.
Now I need to use WS-Adressing for making asynchronous calls.
How to correctly setup my project (app.config, references?) so that it uses wsHttpBinding?
When instantiating the client and before calling the wanted method, how can I set the header with the following info: MessageID and ReplyTo ?
Thanks in advance.