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
