java soap

java soap

Posted by: listenlight
Posted on: 2006-07-02 02:59:00

Hello, I'm trying to run a soap class from the shell, but I get a no-class-found in org/apache/soap/rpc/RPCmessage ---which is not a part of my code, and I don't understand what it means. I tried to import "org.apache.soap.rpc.*" but this also fails. The class runs fine from my own machine, w/o apache. Help is greatly appreciated.

<a href="http://listenlight.net/">listenlight.net</a>

Re: java soap

Posted by: blitz
Posted on: 2006-07-24 19:29:00

You need a java class that is not in your classpath. Go to apache.org, get the appropriate jar file and add it to your classpath.

Tags: appreciatedshellhelp