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
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
"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
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