Hi All, I'm new to web services so I've been trying out the following APACHE AXIS 2 tutorial: http://www.roseindia.net/webservices/axis2/apache-axis2-hello-world.shtml I have managed to setup the environment (Axis 2 is running via Tomcat servlet container), create and deploy the web service etc. However, when it came to testing the web service using a simple client class (the last stage)... (instructions from tutorial..) ...