PL/SQL (MOSC)

MOSC Banner

Calling a secured web service

edited Feb 7, 2011 6:10AM in PL/SQL (MOSC) 5 commentsAnswered
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center