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: Jabber Transport?

2001-10-12 Thread Sanjiva Weerawarana
You misunderstood the original question adn my response .. The question was whether there was an implementation of the Apache SOAP Transport interface for Jabber. The answer (AFAIK) is no. Sanjiva. - Original Message - From: "Ram Sadasiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

How to return an Object ?

2001-10-12 Thread NagarajaRao
 Hi ,  I want to return an Object as a response to a message. How should i do it? I tried to use SOAPContext.setProperty() at Server and then tried to fetch the same at Client. I am getting null. Please let me know. At Server:   SOAPContext resCtx   resCtx.setProperty("Vector" , "MyVector")