Java error while trying download jar file into SYS Schema
Hi,
I am trying to use UTL_DBWS package for Consuming Web Services in Oracle 10.2.0.4
I donwloaded latest copy of the dbwsclient.jar file from the below link.
http://www.oracle.com/technology/sample_code/tech/java/jsp/dbwebservices.html
I chose the below option for downloading the jar file since i use 10.2.0.4 oracle version.
10.1.3.1 Callout Utility for 10g and 11g RDBMS (ZIP, ~13MB)
I tried to download the jar file into SYS schema using the below command.
loadjava -u sys/password -r -v -f -genmissing -s -grant public D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientws.jar D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientdb102.jar
But i keep getting the below error.
class oracle/security/wss/interceptors/ClientSecurityDescriptor: resolution
existing : Failures occurred during processing
Can you please advice how do i resolve this error.
Regards,
MSP