Hi
I need to call a REST service and have to provide a client certificate to authenticate the calling application. The certificate is not installed on the client machines but available as a file.
In C# I use the WebClient to achieve this. However for none of the new objects HTTPClient or RESTClient I can find support for this. I find the option to set a certificate file in the SOAP service only.
Any idea how I can call a none SOAP service from PowerBuilder with a client certificate from a file without using an external application?
Thanks
Arthur