How to consume third party https wsdl web service in c#
问题 In SoapUI tool I've configured .Jks file with Outgoing WS-Security Configurations Signature is BinarySecurityToken and algorithm is CanonicalizationMethod and SignatureMethod it is working perfectly. Now I try to consume from C# code as below : SprintApiService.QueryCsaPortTypeClient client = new QueryCsaPortTypeClient(); ClientCredentials ce = new ClientCredentials(); string fileName = Server.MapPath(""); fileName = fileName + "/test-01.pfx"; ce.ClientCertificate.Certificate = new