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 .....