trouble with soap

2001-10-12 Thread Rich Catlett
Ive run into a problem lately with SOAP that I had to delve into the code a little to fix, and even then rather than fixing it I just made sure that the code that caused the error to occur didn't run. I wanted to see if anyone else had had this problem, because it seems severe enough that it

Re: Can't resolve Target Object Error again

2001-10-12 Thread Tom Myers
With Tomcat 4.0b1, (plain Tomcat 4.0 uses crimson and didn't work at all well with code that needed xerces; the milestone upgrade comes with xerces 1.4.3, I think) you just drop the jars you need into common/lib, and they will be there when you ask for them. (So far, so good, anyway...I'm just sta

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

Re: Strange RPC problem, undef returned

2001-10-12 Thread Robert . Schmitt
I just found the error: there was an Exception that I didn't catch (ClassCastException), and that apparently was passed on to the Apache SOAP libraries, which didn't raise a SOAP server error or something similar, but simply returned an undefined value. Does this represent a bug? Robert F Schmi

Strange RPC problem, undef returned

2001-10-12 Thread Robert . Schmitt
I am having a strange problem with SOAP RPCs and would like to learn if anyone experienced something similar: My SOAP::Lite client deploys some jobs on the Apache SOAP server. This server consists of a Java class, with a handful of static synchronized methods. Up until yesterday these synchroniz

Unsubscribe me.

2001-10-12 Thread Brown, Matthew A.
Please unsubscribe me. Thanks.

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

SOAP Extensions

2001-10-12 Thread Phillip Urrea
I am developing a web applet that is simply the presentation layer on a application sitting on top of a view controller proxy which is a SOAP client. The SOAP client the contacts the business layer proxy on the server (which is a SOAP server) and requests objects to alter the view of the applet. I