Hi!

> Unfortunately, there is not a readme file that
> explains
> how to launch the client to interact with the web
> service (like some of the other samples).

javac -classpath
~/axis-1_1/lib/axis.jar:~/axis-1_1/lib/axis-ant.jar:~/axis-1_1/lib/commons-discovery.jar:~/axis-1_1/lib/commons-logging.jar:~/axis-1_1/lib/jaxrpc.jar:~/axis-1_1/lib/log4j-1.2.8.jar:~/axis-1_1/lib/saaj.jar:~/axis-1_1/lib/wsdl4j.jar:~/axis-1_1
samples/faults/EmployeeClient.java

(All in one command line)

For windows you will have to replace the classpath by using
-classpath c:\axis-1_1\lib\axis.jar;c:\... and so on

The command must be executed in c:\axis-1_1

After that, type

java -cp <all the classpath stuff again> samples.fault.EmployeeClient

Viele Grüsse,
Thorsten

-- 
T. Jungblut
 Gravon - Das Spielerparadies
  http://www.gravon.de/

Reply via email to