Hi! I did install axis on my UNIX machine. I did run happyaxis succesfully and also I tested oke a SOAP endpoint. Unfortunately when I test a JWS Endpoint
http://svis02.win.tue.nl:8080/axis/EchoHeaders.jws?method=list I get this error: 2003-07-10 11:34:22 - Ctx( /axis ): Exception in: R( /axis + /EchoHeaders.jws + null) - java.lang.NoClassDefFoundError: org/apache/axis/AxisFault at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:217) at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:179) at java.security.AccessController.doPrivileged(Native Method) at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171) at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:154) All the examples are from the "Axis Installing and deploying ..." doc. Can anybody help me remove the problem please? Thank you very much in advance, Flavius PS I use jakarta-tomcat-3.2.1 and axis 1.1 but probably this is not the problem.
