Oracle 11g: Java NoSuchMethodError (stack trace misses first line)
Hi,
I am working with an Oracle 11g database (upgraded from a 10) and trying to call a webservice with SOAP. I have to use ws-security, so I followed this documentation: http://docs.oracle.com/cd/E15523_01/security.1111/e10037/wss.htm
I did everything in the document, and it works locally (using Netbeans JDK 1.5). But when I try to run it on the Oracle 11g database (by using a wrapping PLSQL function using SQL Developer), it throws a java.lang.NoSuchMethodError on the sign method of WSSecurity (http://docs.oracle.com/cd/E15523_01/apirefs.1111/e10678/oracle/security/xmlsec/wss/WSSecurity.html#sign_java_lang_String____oracle_security_xmlsec_wss_util_WSSignatureParams__oracle_security_xmlsec_dsig_XSAlgorithmIdentifier_____)
0