Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to call a web service in PL/SQL

Amer Ramamni-OracleOct 3 2012 — edited Oct 12 2012
Hi All,

I just created a web service in EDQ (Enterprise Data Quality), and would like to test it through a PL/SQL procedure.
What i need help on is how to call a web service from PL/SQL especially to EDQ. My procedure will take in an ID as a parameter.

Thanks in advance,
create or replace procedure call_edq_webservice (ID number) as .....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2012
Added on Oct 3 2012
23 comments
23,884 views