Calling web service from custom concurrent request getting ORA-29532 error
Hi,
We are trying to call web service of other system(not oracle),
but when i call web service in concurrent request, the error occurred in this code: SYS.UTL_DBWS.create_service('wsdlurl','servicename')
The exception is :
ORA-29532: Java call terminated by uncaught Java exception:: java.lang.IllegalAccessException: java.lang.ExceptionInInitializerError
But it works fine (same code) in pl/sql which called manually.
Do you have any idea?
Thanks
Wayne