WCF client for consuming ASMX service with WS-Security
问题 I have a ASMX web service (SOAP 1.1) that requires to sign all SOAP requests with certificate (private key) using WS-Security. When the ASMX service receives the request, it will authenticate it using the public key of the certificate. After the operation is done, the response sent back to the client will not be signed! That's the security requirements... I've created the proxy via 'Add Service Reference' and the client's app.config: <?xml version="1.0" encoding="utf-8"?> <configuration>