PL/SQL (MOSC)

MOSC Banner

Oracle 11g: Java NoSuchMethodError (stack trace misses first line)

edited Oct 9, 2013 5:31AM in PL/SQL (MOSC) 2 commentsAnswered
 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_____)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center