Re: how to register java.util.Vector with classmap?

Stefan Haustein <[email protected]> Tue, 02 Mar 2004 15:02:01 +0100
Newsgroups gmane.comp.java.enhydra.ksoap
Organization University of Dortmund
Message-ID <[email protected]>
nikita tovstoles wrote:

> i'm trying to send a vector of object via kSOAP. As the FAQ suggests,
> i'm using java.util.Vector class as the method parameter. As i
> understand, kSOAP does not "know" of that class by default, so i have to
> register it with classmap. but what exactly should be the namespace and
> name used:

Hi,

ksoap "knows" the Java Vector class by default and maps it to SOAP arrays.

Best,
Stefan