java.lang.NoClassDefFoundError org/apache/soap/SOAPException
843810Dec 11 2004 — edited Feb 11 2005New to SOAP programming. Probably a simple CLASSPATH error.
This is my classpath in the environment variables (I put it in both System and Administrators).
CLASSPATH=C:\soap-2_3_1\lib\soap.jar;C:\jaf-1.0.2\activation.jar;C:\javamail-1.3.2\mail.jar;C:\xerces-2_5_0\xml-apis.jar;C:\soap-2_3_1
I've checked all the forums, and there were many NoClassDefFoundErrors, but none with org/apache/soap/SOAPException.