The error is coming from the client you are invoking, not the server. Therefore, you must update the CLASSPATH in your client's environment.
Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Pascal Miquet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:37 AM Subject: Testing SOAP Samples > Hello, > > I've installed SOAP 2.3.1 on APACHE/TOMCAT 4.1.27 > Accessing to http://localhost:8090/soap is correct. > Using the testit.sh (after edition of 8080 port to my 8090) let deploy > the Addressbook for example, but accessing to > > > java samples.addressbook.GetAddress > http://localhost:8090/soap/servlet/rpcrouter "John B. Good" > > give me the following exception: > > Exception in thread "main" java.lang.NoClassDefFoundError: > samples/addressbook/GetAddress > > I think I have to add to CLASSPATH the location of JAVA classes, but I > wonder where this have to be added ? > > Thanks for your help. > Regards > Pascal Miquet > > >
