Yeah, it looks like you need to fire up AXIS (either in a servlet
container or as a Standalone server). If you want to run in standalone
mode, you can run "java -cp $CLASSPATH
org.apache.axis.transport.http.SimpleAxisServer".
Brian Abbott
Tony Blair wrote:
Hi there,
Last time I got s
Hi there,
Last time I got such an exception was because my Tomcat was not running.
Cheers,
Tony.Raghu M <[EMAIL PROTECTED]> wrote:
hi,i executed the samples/userguide/example1/TestClient.java file as given in the user guide, and got the ConnectException.i included a printStackTrace() to get t
hi,i executed the samples/userguide/example1/TestClient.java file as given in the user guide, and got the ConnectException.i included a printStackTrace() to get the full trace as appended below.please help me out.regards,Raghu M C:\ragnew\downloads\axis-1_2alpha>java -cp .;%AXISCLASSPATH% samples