A vector is a supported datatype. See
http://xml.apache.org/xmlrpc/types.html

A vector is equivalent to an XMLRPC array. You are correct that String[] is
not supported. You have to create a vector of Strings.

Mike

> ----------
> From:         Kenny Smith
> Reply To:     [EMAIL PROTECTED]
> Sent:         Tuesday, July 9, 2002 11:42 AM
> To:   [EMAIL PROTECTED]
> Subject:      RE: Method returning a Vactor:  "no such method found"
> 
> Hi Stan,
> 
> I could be wrong, but from my experiences, the XML-RPC code will only let
> you return a String... and not even a String[] is valid.
> 
> Kenny Smith
> 
> > If I change the method return value to String, without
> > changing the client, it all works fine (the client
> > casts the return value to a Vector).  But I need the
> > method to return a Vector.
> >
> > Does anyone have a similar problem?
> 
> 

Reply via email to