You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Peterson, Scott" <Pe...@principal.com> on 2000/12/12 17:46:24 UTC

Auto-reload SOAP objects?

It seems like I need to restart Tomcat to pick up any internal code changes to my web service.  Is there any way around that?

My web service uses "Request" scope if it matters.

Thanks,
Scott

returning vector from service

Posted by qwest <mp...@qwest.net>.
Sorry to bring this up again, but I'm not having any luck getting this working:

I'm trying to send back a vector from a service.  It comes back as an Object
and I can't cast it properly.  I see in the SOAP envelope that it looks like a
String[] but I get an exception when I try to cast it to that.	 How can I get
to that data? 

Per a recommendation from the archive list, I tried downloading the latest CVS
version of SOAP and using that, but I get thread problems (which crash Tomcat).

Can I pass vectors back from a service? using the current soap w/o writing my
own deserializer?  I can't get a good idea from the archives as it seems like
some people say I should be able to and some don't. 

Anyway, I could really use some help on this.  I'm running Linux w/ Tomcat,
Apache Soap, Xerces 1.2.2, JDK 1.3.

Many TIA.

Marsha Petry

returning vector from service

Posted by qwest <mp...@qwest.net>.
Sorry to bring this up again, but I'm not having any luck getting this working:

I'm trying to send back a vector from a service.  It comes back as an Object
and I can't cast it properly.  I see in the SOAP envelope that it looks like a
String[] but I get an exception when I try to cast it to that.	 How can I get
to that data? 

Per a recommendation from the archive list, I tried downloading the latest CVS
version of SOAP and using that, but I get thread problems (which crash Tomcat).

Can I pass vectors back from a service? using the current soap w/o writing my
own deserializer?  I can't get a good idea from the archives as it seems like
some people say I should be able to and some don't. 

Anyway, I could really use some help on this.  I'm running Linux w/ Tomcat,
Apache Soap, Xerces 1.2.2, JDK 1.3.

Many TIA.

Marsha Petry