Web Services (Apache Axis)

wxdqz

New Member
Hey all,

I've been reading every article I can find on web services and I am trying to run some tests on my local machine. I've installed Apache Axis along with Tomcat 5.0 and have ran into a few problems getting the sample services that Axis offers to run. I'll have several questions to follow this post I'm sure, but to keep me going here is my main problem:

The Axis User's Guide says to run one of the sample scripts as follows:
% java samples.userguide.example1.TestClient
Sent 'Hello!', got 'Hello!'
%

Is this to be ran through the command prompt? That is what I've been trying and I'm getting all sorts of different errors from "Exception in thread "main" java.lang.NoClassDefFoundError..." to a connection cannot be found (or similar) error.

So I'm wondering if maybe I need to try and run this command from another interface? Putty perhaps? Any helps greatly appreciated!

Thanks, Luke
 
Back
Top