You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Ryan Hoegg <rh...@isisnetworks.net> on 2003/01/28 18:35:55 UTC

Re: Passing Hash parameters to Vector in XmlRpcClient

Hello,

The Vector is the base structure for parameters.  Each parameter you 
want to pass to the remote method is added to the Vector.  So if your 
server is expecting a struct (which is a Hashtable in our library) you 
add a Hashtable to your parameters Vector, then use it.

--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net

Tomás S. Javaloyes wrote:

> Hello:
>  
>     I'm a novice programming in xmlrpc and I'm writing a client in 
> Java to communicate with a xmlrpc server from a company that usea 
> Hashtable like parameters...
>  
>     How to asign a Hashtable in a XmlRpcClient method? This method 
> only accept Vectors...?¿?¿
>  
>   Any help is appreciated. I'm blocked!
>  
>   Regards
>   Tom
>  
>  P.D. Sorry for my bad English... I'm spanish