1
PSOUG / Call web Service From PLSQL
« on: September 02, 2009, 02:13:57 pm »
Hello:
Does anyone know how to call a web service from PL/SQL? For example:
I have a WSDL URL that returns the signature of the web service calls. I would like to format a request, with the proper parms such as AcctNum, User, Pass, etc... and receive the response and then parse the response from XML into Oracle Tables. Can this be done with PL/SQL? Is there any sample code available?
Thanks for the help.
Don
Does anyone know how to call a web service from PL/SQL? For example:
I have a WSDL URL that returns the signature of the web service calls. I would like to format a request, with the proper parms such as AcctNum, User, Pass, etc... and receive the response and then parse the response from XML into Oracle Tables. Can this be done with PL/SQL? Is there any sample code available?
Thanks for the help.
Don