Calling a secured web service
Hi,
Oracle PL/SQL 10.1.0.5.0
From the code I'm successfully able to call non-secured webservice like this "http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx?wsdl"
And also by setting the wallet I'm also able to call secured web service like this "https://www.docusign.net/api/3.0/Credential.asmx?WSDL" (ping method).
(For calling this secured service I stored server certs with chain into the wallet and that works.)
But my problem is a different web service where that web service is authenticating me with my certificate. I have bought VeriSign certificate and that web service has my public key. Whenever I will send SOAP request I need to send my certificate with the request, they will authenticate by looking at the public key. And communication will be over SSL.
Oracle PL/SQL 10.1.0.5.0
From the code I'm successfully able to call non-secured webservice like this "http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx?wsdl"
And also by setting the wallet I'm also able to call secured web service like this "https://www.docusign.net/api/3.0/Credential.asmx?WSDL" (ping method).
(For calling this secured service I stored server certs with chain into the wallet and that works.)
But my problem is a different web service where that web service is authenticating me with my certificate. I have bought VeriSign certificate and that web service has my public key. Whenever I will send SOAP request I need to send my certificate with the request, they will authenticate by looking at the public key. And communication will be over SSL.
0