I'm facing problem in adding required jars as dependency for generating client code from wsdl . Somw how I generated the client code but when try to access the service I'm getting following exception on console.
I'm just confused with what all jars required to be included when building war file for web application using axis2.
org.apache.axis2.AxisFault: Transport error: 502 Error: cannotconnect
at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
Have you checked the Axis Server if it has started successfully? Look for the logs as there could be some hint there.
Sean Clark ---> I love this place!!!
Me ------> I definitely love this place!!!
Suri Kumar
Greenhorn
Joined: Apr 06, 2009
Posts: 4
posted
0
Mark Reyes wrote:Have you checked the Axis Server if it has started successfully? Look for the logs as there could be some hint there.
Hi Mark,
Thanks for the reply. Axis2 loading successfully. Below is the log message.
INFO: Deploying module: addressing-1.6.2 - file:/C:/apache-tomcat-6.0.35/webapps/IPDDService/WEB-INF/lib/axis2-1.6.2.jar
May 08, 2012 8:55:03 AM org.apache.axis2.transport.http.HTTPSender sendViaPost
INFO: Unable to sendViaPost to url[http://ipdatadirect.lexisnexis.com/Service.svc/mex]
org.apache.axis2.AxisFault: Transport error: 502 Error: cannotconnect