cancel
Showing results for 
Search instead for 
Did you mean: 

Axis: fatal error in invocation: java.lang.NoSuchMethodError

Former Member
0 Kudos


Hello Experts,

I am working on a scenario which looks like this:

IDoc -> PI -> Web service (Request)

Web Service(Respone) -> PI-> SAP (RFC)

Here in the first part while posting Request from PI to WebService I have configured AXIS protocol over SOAP as per Note 1039369.

On triggerring an IDoc from SAP; in PI I face the following error on the WSDoAllSender handler:

Error AXIS: Fata eror in invocation: java.lang.NoSuchMethodError: org.apache.xml.security.tranforms.Transform.init()V

Error MP: Exception caught ith cause javax.ejb.TransactionRolledbackLocalException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError:org.apache.xml.security.transforms.Transform.init()V

I have configured the modules in the WSDoAllHandler in Receiver SAOP channel as follows:

action = UsernameToken

handler.type = java:com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllSender

passwordType = PasswordText

user = <username>

pwd.password = <password>

Pleaase advice as to what am I missing in order to resolve this error.

Thaks,

Elizabeth

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

HI Elizabeth - Can you check if the below note is applicable to you

1776256 - Error with AXIS adapter: NoSuchMethodError: org.apache.xml.security.transforms.Transform.i...