Well it looks like the URL is wrong. A few things to check:
1. Is your server running? Does http://localhost:8095 reply at all?
2. You are sure 8095 is the right port you set Tomcat to run on right?
3. You made sure to deploy your project correctly right?
4. In your web.xml file, you mapped your web services to the /services/* url pattern right?
5. Did you name your service HelloWorldService?