Web service execution using UTL_DBWS
I have oracle10g (10.2.0.2) on Unix. I have a WSDL file(webservice exposed by other Team). I need to execute the webservice from my database. I beleieve UTL_DBWS is the right way to proceed as it dont require to create Java classes from WSDL & load it into database.
Let me know if any one used this package before. Even some suggestions on web service execution from database would really help.
Thanks,
Preyesh