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                                        

                                          

Reply via email to