Background
After watching
So far i have
Created a web service in PowerBuilder 12.5 .NET
Added WS Security to the service, implementing message security with a certificate
Created s WCF client in Visual Studio to consume the service
Added WS Security to the client, implementing message security with a certificate
Called the service from the client and it works flawlessly.
When i try to do the same with a PowerBuilder 12.5 .NET client however i constantly get the error
"Message "The client certificate is not provided. Specify a client certificate in ClientCredentials. " string" |
Regardless of where in the client I specify the certificate details i get the same error.
Also,whenever i deploy the client application the generated config generated does not have the certificate details within in it.
Any help would be greatly appreciated