cancel
Showing results for 
Search instead for 
Did you mean: 

"NoSuchMethodError" for "WSDoAllSender" handler, while using Axis adapter for Username Token Implementation

Former Member
0 Kudos

Hi,

We are using Receiver Axis adapter in our project to implement the WS Security username token in PI 7.11. We have deployed all the mandatory and optional Axis components required to implement username token.

All configirations required in Communication channel are done as shown below:

But still the messages are failing with the errors because some missing method. Below is the log of failed message from runtime workbench:

17.04.2012 15:09:48.032

Information

Axis: invoking handler wssec of java:com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllSender

17.04.2012 15:09:48.190

Error

Axis: fatal error in invocation: java.lang.NoSuchMethodError: org.apache.xml.security.transforms.Transform.init()V

Response message:

Did we miss anything in configuration or deployment. Please guide in resolving the issue.

Regards,

Sankar

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This is the problem. 

Correction: Refer the below link

http://santuario.apache.org/Java/api/org/apache/xml/security/transforms/Transform.html

http://santuario.apache.org/Java/api/overview-summary.html

If you are doing java mapping or any logic , modify according to reference the Transform class by passing some arguments. You need to pass some parameter for the Transform constructor.

Hope that helps.

Message was edited by: Baskar Gopalakrishnan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sankar

Can you please let me know if the above issue is resolved or not

because i am facing the same issue now.

Regards

Sandeep

dgreengas
Explorer
0 Kudos

Have you solved this? We are facing the same issue in PI 7.31.