Re: Ksoap: Parameters
[email protected] Wed, 10 Sep 2003 10:13:56 +0200
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Yes you can. In an RPC style request, the result is zero or one object. This object can be array of objects, or a complex object wrapping whatever you want. In one of my application, I use kSoap to return a pretty complex object that can be up to 10 MB when serialized in XML ! Regards, Sebastien. ----- Original Message ----- From: "Sati Hillyer" <[email protected]> To: <[email protected]> Sent: Wednesday, September 10, 2003 2:50 AM Subject: Ksoap: Parameters > Can kSOAP handle receiving multiple parameters at one time? For instance, > receiving 3 or 4 strings in one transmission. I can send multiple strings > and vectors with no problem, but I need to receive as well. Please let me > know if this capability is available. > > Thanks in advance, > Sati > > _______________________________________________ > Ksoap mailing list > [email protected] > http://www.enhydra.org/mailman/listinfo.cgi/ksoap > >