I need to call some 3rd Web services that require WS-Security. I created a WCF endpoint with the following configuration:
<
You must either use BasicHttpBinding which also supports TransportWithMessageCredentials (SOAP 1.1 + HTTPS + WS-Security X.509 Certificate Token profile) or create custom binding based on all your needs.
BasicHttpBinding
TransportWithMessageCredentials