cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Axis Adapter: java.lang.NoClassDefFoundError: javax/wsdl/Operation

Former Member
0 Kudos

Hi,

We are working on a scenario wherein we need to call a webservice using SOAP Axis Adapter as the webservice expects message encryption, username token, timestamp.

We were able to deploy the sda as described in note: 1028961, we get the status in the monitoring servlet(http://host:port/XIAxisAdapter/MessageServlet) as Found for XML Security API and Apache WSS4J, on executing the interface we get an error in channel monitoring for the receiver SOAP channel: java.lang.NoClassDefFoundError: javax/wsdl/Operation.

Please help with possible resolutions of the issue.

Thnx.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You have to deploy wsdl4j-1.5.1.jar also.

former_member732072
Active Participant
0 Kudos

Hi,

Please have a look at the following links and see if it helps

and

and

Best Regards

Former Member
0 Kudos

Hi Prakash,

Thnx for the response, but the links are not having the desired resolution.

Thanks.