peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I tried to follow Creating Apache Axis2 Web Services on NetBeans IDE. It worked for me till the point of deploying an Axis2 web service to the server. Once I select Test Operation in Browser it does give me following Warning

Unable to open web service tester page:
http://localhost:8080/axis2/services/HelloAxisWorld/hello?name=XYZ

Make sure the service has been deployed successfully, and the server is running.

Tomcat and Axis deployed without any error messages, HelloAxis.aar file in Tomcat_6.0.18\webapps\axis2\WEB-INF\services

Can somebody please advice on this issue?