Re: XmlRpcClient.execute params

2002-04-29 Thread Gabriel Lang
At 14:22 14/03/2002 +, Paul Worrall wrote: >Hi, > >Q.1) The readme file in the distribution indicates there should be an >examples directory. Its not there. Where can I find examples of using >XmlRpcClient. http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-java-client.html http://xm

RE: XmlRpcClient.execute params

2002-03-15 Thread Paul Worrall
Ah! Thanx. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Rall Sent: 14 March 2002 17:20 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: XmlRpcClient.execute params "Paul Worrall" <[EMAIL PROTECTED]> writes: > Hi,

Re: XmlRpcClient.execute params

2002-03-14 Thread Daniel Rall
"Paul Worrall" <[EMAIL PROTECTED]> writes: > Hi, > > Q.1) The readme file in the distribution indicates there should be an > examples directory. Its not there. Where can I find examples of using > XmlRpcClient. Look at the unit tests under xml-rpc/src/test/.

XmlRpcClient.execute params

2002-03-14 Thread Paul Worrall
Hi, Q.1) The readme file in the distribution indicates there should be an examples directory. Its not there. Where can I find examples of using XmlRpcClient. Q.2) Should each element in the Vector for the XmlRpcClient.execute() method be of an appropriate type and can anyone show me examples fo