Hi I am facing a strange problem accessing web services via Apache2. I have configured it as per the quick start guide. The following URL shows my services are deployed as well...
http://XX.XX.XX.103/axis2/services *hello* Quick start guide hello service sample. *Available Operations* - greet The following end point ref does not resolve in the call of the web service : "http://XX.XX.XX.103:80/services/hello" It fails in the web server with the following error : [Thu Aug 12 14:49:46 2010] [info] Service Not found. Endpoint reference is :http://XX.XX.XX.103:80/services/hello Is there anything which i am missing ? I am able to call this using the simple axis server. Cheers!
