dropping axis2.war in webapps should autoexpand to webapps folder possibly an incorrect axis2.war ..please confirm contents of axis2.war ./META-INF/MANIFEST.MF ./WEB-INF/classes/commons-logging.properties log4j.properties ./org/* ./WEB-INF/conf/axis2.xml ./WEB-INF/lib/? <!-- which jars are located in lib folder? --> ./WEB-INF/modules/addressing-1.5.mar axis2-jaxws-mar-1.5.mar axis2-scripting-1.5.mar mex-1.5.mar modules.list mtompolicy-1.5.mar ping-1.5.mar soapmonitor-1.5.mar ./WEB-INF/services/services.list axis2-web-<version>.aar HelloWorld-<version>.aar ./WEB-INF/web.xml Please verify Martin ______________________________________________
From: rupi....@gmail.com Date: Mon, 25 Jul 2016 21:30:17 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org hello Mr Gainty, axis2-kernel-<version>.jar is present in C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\axis2\WEB-INF\lib Since I am suing Tomcat, I have dropped axis2 war in tomcat\webpps. regards Rupinder On Mon, Jul 25, 2016 at 3:18 AM, Martin Gainty <mgai...@hotmail.com> wrote: at a min you will need axis2 kernel module e.g. at a minimum you will need axis2-kernel-<version>.jar to be located in HelloWorld/WEB-INF/lib axis2-kernel-<version>.jar should be located in $AXIS2-HOME/modules/kernel/target please verifyMartin ______________________________________________ From: rupi....@gmail.com Date: Sun, 24 Jul 2016 21:21:13 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org 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</faultstring> However, out of those 4 jars, the Happiness page shows the following present except axis2-1.0.jar commons-logging-1.1.1.jar stax2-api-3.1.1.jar Found Streaming API for XML (javax.xml.stream.XMLStreamReader) at an unknown location Regards Rupinder On Sun, Jul 24, 2016 at 7:57 PM, Martin Gainty <mgai...@hotmail.com> wrote: 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/services/HelloWorld/sayHello?name="Axis2" in browser. <ns:sayHelloResponse><return>Hello null</return></ns:sayHelloResponse> NOT Hello Axis2 ! MG>verify you are running latest Axis2 (1.6.3+) MG>if you are running latest Axis2 distros place HappyAxis.jsp in your browser address bar: MG>http://localhost:8080/axis2/services/axis2-web/HappyAxis.jsp MG>HappyAxis.jsp *should* warn you if any of these jars are missing: needed = needClass(out, "org.apache.axis2.transport.http.AxisServlet", "axis2-1.0.jar", "Apache-Axis", "Axis2 will not work", "http://xml.apache.org/axis2/"); needed += needClass(out, "org.apache.commons.logging.Log", "commons-logging.jar", "Jakarta-Commons Logging", "Axis2 will not work", "http://jakarta.apache.org/commons/logging.html"); needed += needClass(out, "javax.xml.stream.XMLStreamReader", "stax-api-1.0.1.jar", "Streaming API for XML", "Axis2 will not work", "http://dist.codehaus.org/stax/jars/"); needed += needClass(out, "org.codehaus.stax2.XMLStreamWriter2", "wstx-asl-3.0.1.jar", "Streaming API for XML implementation", "Axis2 will not work", "http://dist.codehaus.org/stax/jars/");MG>Please confirm could you help? regards Rupinder Pal Singh