WCF over HTTPS and Signing the body
I've got a SOAP service I want to connect to. It needs to be accessed trough https and it needs to have it's body signed by a certificate. I've tried the following code: <basicHttpBinding> <binding name="P4Binding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32