Hi,
I am trying to invoke a webservice using UTL_DBWS on 11g.
There were no errors while installation and the UTL_DBWS package was created without errors.
I get following errors while executing my script:
Error report:
ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalAccessException: java.lang.NoClassDefFoundError
ORA-06512: at line 25
29532. 00000 - "Java call terminated by uncaught Java exception: %s"
*Cause: A Java exception or error was signaled and could not be
resolved by the Java code.
*Action: Modify Java code, if this behavior is not intended.
Request to kindly let me know the issue with the above...