Root cause for class oracle/jpub/runtime/dbws/DbwsProxy does not exist
746080Jan 22 2010 — edited Jan 22 2010Hi,
I am trying to use UTL_DBWS to call a webservice, adn getting a error " ORA-29540: class oracle/jpub/runtime/dbws/DbwsProxy does not exist "
its going back and forth between me and operations , I aske them to load the package but still the script fails. Is there any way to confirm whether the package is loaded , like the below script
as sys:
select status from all_objects where
dbms_java.longname(object_name)='oracle/jpub/runtime/dbws/DbwsProxy';
Please help to find the root cause