RE: AdminClient

2003-10-29 Thread Mees
> >>>> server-config.wsdd file anywhere in the axis > path). > >>>> > >>>> Thanks...for any help > >>>> > >>>> -Original Message- > >>>> From: [EMAIL PROTECTED] > >>>> > >>>> > >>> > >>> [mailto:[EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>>> Sent: Tuesday, Octobe

Re: AdminClient

2003-10-29 Thread Mees
t; [mailto:[EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>>> Sent: Tuesday, October 28, 2003 1:26 PM > >>>> To: [EMAIL PROTECTED] > >>>> Subject: RE: AdminClient > >>>> > >

Re: AdminClient

2003-10-27 Thread Mees
I would try looking at this site, is a real help :D http://ws.apache.org/axis/java/install.html --- "Wilson, Allen" <[EMAIL PROTECTED]> wrote: > Hello... > > I am new to Axis and was wonder how do I start up > the Admin Client. I've > found the AdminClient class but I am not sure where > to put

Re: Problem with running testclient.java

2003-10-26 Thread Mees
The axisclasspath already directs to the axis.jar and alle the other jars... so i dunno what u mean with the classpath... --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've set the environmental variables AXISCLASSPATH, > >AXIS_LIB and AXIS_HOME

Re: Problem with running testclient.java

2003-10-26 Thread Mees
th > > > classpath=C:\axis\samples\userguide\example1\TestClient.class > > should not be: > > > C:\axis>set classpath > > classpath=C:\axis\samples\userguide\example1\; > > should instead be: > > C:\axis>set classpath > classpath=C:\axis\samples\user

Re: Problem with running testclient.java

2003-10-26 Thread Mees
S --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tried 2 ways: > >1 is the path to testclient.class > >and 2 is to path example1 both failed :S > > > >C:\axis>set classpath > >classpath=C:\axis\samples\userguide\exampl

Re: Problem with running testclient.java

2003-10-26 Thread Mees
--- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tried 2 ways: > >1 is the path to testclient.class > >and 2 is to path example1 both failed :S > > > >C:\axis>set classpath > >classpath=C:\axis\samples\userguide\exampl

Re: Problem with running testclient.java

2003-10-26 Thread Mees
--- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tried 2 ways: > >1 is the path to testclient.class > >and 2 is to path example1 both failed :S > > > >C:\axis>set classpath > >classpath=C:\axis\samples\userguide\exampl

Re: Problem with running testclient.java

2003-10-26 Thread Mees
esImpl.jar C:\axis>java samples.userguide.example1.TestClient Exception in thread "main" java.lang.NoClassDefFoundError: samples/userguide/exa mple1/TestClient --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >The axisclasspath already directs to the axi

Re: Problem with running testclient.java

2003-10-26 Thread Mees
yes tomcat is up and running... can it be something wrong with the firewall? I've already tried shutting the firewall off, but that didn't work... orit's because of my router...? --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tri

Re: Problem with running testclient.java

2003-10-26 Thread Mees
avier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tried exactly what u said, but then i get > this: > > > >C:\axis>set > >CLASSPATH=.;C:\axis\samples\userguide\example1\TestClient.class;c:\a > >xis\lib\axis.jar;c:\axis\lib\axis.jar;c:\a

Re: Problem with running testclient.java

2003-10-26 Thread Mees
l). > > If you're new to java, servlet containers, web > services in general. I > suggest you try some of the free, online tutorials > or the developer pack > at http://java.sun.com/webservices/ > > or http://java.sun.com/docs/books/tutorial/ (java > tutorial from s

Re: Problem with running testclient.java

2003-10-26 Thread Mees
> services in general. I > suggest you try some of the free, online tutorials > or the developer pack > at http://java.sun.com/webservices/ > > or http://java.sun.com/docs/books/tutorial/ (java > tutorial from sun) > > regards, > Nikki > > > > > >

Re: Problem with running testclient.java

2003-10-26 Thread Mees
path to jars... but i'm still getting the same error about the testclient... i'm still puzzled :S --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >The axisclasspath already directs to the axis.jar > and > >alle the other jars... so i dunn

Problem with running testclient.java

2003-10-26 Thread Mees
I've set the environmental variables AXISCLASSPATH, AXIS_LIB and AXIS_HOME. I've runned the getQuote example it worked. It gave back 55.25 But now that I've moved on to the user guide, to the example with the TestClient.java. It says run with the following command: java samples.userguide.example1.

noclassdeffounderror

2003-10-26 Thread Mees
I'm getting this error, while the getQuote sample worked, but the testclient.java won't C:\axis>java samples.userguide.example1.TestClient Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/clien t/Service at samples.userguide.example1.TestClient.main(TestClient.jav