WCF-Custom Send Port MutualSSL with WS-Security
I had to define a WCF send port connecting to a service that used mutual SSL and Web Service Security. I had to use a WCF-Custom send port because the service was using Soap 1.1, not Soap 1.2. In the latter case I could have used a WCF-wsHttp binding. Before creating the BizTalk send port, make…