RE: Revised: A teething issue with Axis 2

2016-07-24 Thread Martin Gainty
From: rupi@gmail.com Date: Sun, 24 Jul 2016 10:30:31 +0530 Subject: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org Hello I have just recently started with Web Services. I started by exposing POJO in Axis2 deployed in Tomcat. When I run http://localhost:8080/axis2/ser

Re: Revised: A teething issue with Axis 2

2016-07-24 Thread Rupinder Singh
Hello Mr Gainty, I am using Axis2-1.7.3 on Tomcat. Upon placing that jsp, I get, faultstring>The service cannot be found for the endpoint reference (EPR) /axis2/services/axis2-web/HappyAxis.jsp However, out of those 4 jars, the Happiness page shows the following present except axis2-1.0.jar com

RE: Revised: A teething issue with Axis 2

2016-07-24 Thread Martin Gainty
at a min you will need axis2 kernel module e.g.at a minimum you will need axis2-kernel-.jar to be located in HelloWorld/WEB-INF/lib axis2-kernel-.jar should be located in $AXIS2-HOME/modules/kernel/target please verifyMartin __ From: rupi@gmai