You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by David LE SAULNIER <d....@libertysurf.fr> on 2001/05/22 13:23:46 UTC

Pb NoClassDefFoundError with org/apache/soap/server/ServoceManagerClient

Hi,

I've installed SOAP 2.2 on Tomcat4.0b4 with Cocoon 1.8.2 and Struts 1.0b1
All seems to work well, but when i've tried to do this :

java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list

or when i try the testit.cmd of the samples/* directory it returns this :

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/server/ServiceManagerClient

even if i put in the CLASSPATH the path to WEB-INF/classes...(then it makes an init error)

I think it's probably a CLASSPATH error but i'm stuck

Can you help me please?

David LE SAULNIER