Re: ConnectException from SOAP endpoint on apache

2004-02-22 Thread Brian Abbott
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

Re: ConnectException from SOAP endpoint on apache

2004-02-22 Thread Tony Blair
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

ConnectException from SOAP endpoint on apache

2004-02-22 Thread Raghu M
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