RE: NoSuchMethodError

2001-11-29 Thread Alex Kashko
is the current directory on your classpath? --- Rino Srivastava <[EMAIL PROTECTED]> wrote: > I have added all the required jar files in the classpath(soap.jar, > activation.jar, mail.jar and xerces.jar). I have also deployed the service. > What could be missing? > > Thanks. > Rino > > -Or

Re: Soap server cannot locate target object

2001-10-15 Thread Alex Kashko
od problem. --- Aczél_Csilla <[EMAIL PROTECTED]> wrote: > I think this is a classpath problem. The semicolon is missing from your > classpath setting (-cp ...). At the end you should separate the > c:\...\SoapHelloServer and the %CLASSPATH% entries. > > - Original Mes

Can't resolve Target Object Error again

2001-10-12 Thread Alex Kashko
"1.3 Help! I'm getting this error: "Unable to resolve target object.." when I try to invoke a method on my SOAP service. This is a classpath problem. Ensure that your SOAP service class is included in the classpath. For example, if your class is called HelloServer and it is in directory

Soap server cannot locate target object

2001-10-12 Thread Alex Kashko
I'm writing a simple HelloWorld server/client pair modifiying the code (in trivial ways) I got from www.skyserver.org. I have two classes c:\ApacheGroup\Soap-2_2\samples\local\SoapHelloServer.class c:\ApacheGroup\Soap-2_2\samples\local\SoapHelloClient.class everything compiles fine with Kawa