| Author |
Axis2 exception - NoSuchMethodError
|
Lebogang Moshe
Greenhorn
Joined: Jan 28, 2011
Posts: 2
|
|
Hi All,
I am having trouble testing a web service client. I have generated java stub classes and callback handlers using the Axis2 code generator plugin for eclipse IDE.
Here is the java code i wrote to test simple validation.
As soon i run this code i get the below exception:
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpConnectionManager.getParams()Lorg/apache/commons/httpclient/params/HttpConnectionManagerParams;
at org.apache.axis2.transport.http.AbstractHTTPSender.initializeTimeouts(AbstractHTTPSender.java:454)
at org.apache.axis2.transport.http.AbstractHTTPSender.getHttpClient(AbstractHTTPSender.java:514)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:156)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:371)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:209)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at com.vasx.mpesa.webservices.MpesaPaymentsServiceServiceStub.processPayment(MpesaPaymentsServiceServiceStub.java:195)
at test.StubTester.main(StubTester.java:52)
Might I add, Im using axis2-1.4.1 and it contains the 'commons-httpclient-3.1.jar' which contains the method 'getParams()'.
Could someone please help on this?
|
Kind Regards
Lebogang
legza001@gmail.com
|
 |
Lebogang Moshe
Greenhorn
Joined: Jan 28, 2011
Posts: 2
|
|
|
Solved this. The issue was conflicting jars in the classpath.
|
 |
 |
|
|
subject: Axis2 exception - NoSuchMethodError
|
|
|