I use WCF to consume a web service that respect the WS form (I then use WSHttpBinding binding). This form involves a MessageID to be set in the header of the soap request and the same id being present
I\'m using a WCF service currently that uses message-based security and is intended to be accessed over HTTP, rather than HTTPS.
I\'m having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings>
How开发者_运维知识库 can I use WCF wsHttpBinding on my WPF Browser application?It works normally as it is on Windows application project and ASP.Net application. You just need to add ServiceReference