I am new to web services and trying to create one simple project using
Bottom-Up methodology.
I am using
axis2-1.6.2 with
apache-tomcat-7.0.28 for my project.
I have created one simple class SayHi.java having a method as below.
When I am trying to create WebService from this class, it starts the server succssfully as can be seen from the below screen capture, but not able to deploy the web service on it.
Below are primary observations:
1. Web.xml is updated with Axis2
Servlet Information
2. The project has been added to the server and the server state is started.
3. My server is running on port number 8080 (and it is started as well!), so I am trying to ping
but response is
The requested resource (/) is not available
. and hence of course
is not showing any info.
As I am not able to post Screen capture here, I have uploaded it on my blog at below link, please check
http://khandhedia.blogspot.in/2012/06/webservice-deployment-error-on-eclipse.html
Can I have some solution to this please?