Hi,
    I am new to Apache SOAP. As I could not found any reason
for the following error, in any user forums, I had to
come to your help.

  When I run SOAP client program, I get classnot found exception.

C:\soap>java SoapClient http://localhost:8080/soap/servlet/rpcroute

Exception in thread "main" java.lang.NoClassDefFoundError:
javax/mail/MessagingException
        at SoapClient.main(SoapClient.java:15)

line 15 in SoapClient.java : call call=new call();

I have included activation.jar, xerces.jar, mail.jar in my classpath
as well as jwsdp-home/commons/lib directory.

Please help
-Thanks
rpreddy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to