I've installed Axis 1.0 and it passes the tests, so it seems to be installed properly, but TestClient doesn't work.
I've checked the code in the $AXIS_HOME/samples.userguide/example1/TestClient.java file and it matches the documentation (http://nagoya.apache.org:5049/axis/services/echo) and even recompiled it without error just to be sure. But when I try to access it with 'java samples.userguide.example1.TestClient' I just get back the following error. java.net.ConnectException: Connection refused Does this mean there is something wrong at my end or has the service been shutdown? Regards Stephen Graham.
