Re: xml-rpc example

2002-05-24 Thread John Wilson
> Ok that makes sense. I re-read the specification at > http://www.xmlrpc.com/spec and it did not mention a default tag type > (unless I am wrong, which happens once in a while). The spec says "If no type is indicated, the type is string." John Wilson The Wilson Partnership http://www.wilson.co

Re: xml-rpc example

2002-05-23 Thread josh lucas
On Thu, 2002-05-23 at 22:39, Michael Guymon wrote: > > > IIRC, the spec says that you don't have to include ... > > If there is no type tag after value, it is assumed that it is a string. > > > Ok that makes sense. I re-read the specification at > http://www.xmlrpc.com/spec and i

Re: xml-rpc example

2002-05-23 Thread Michael Guymon
> IIRC, the spec says that you don't have to include ... > If there is no type tag after value, it is assumed that it is a string. Ok that makes sense. I re-read the specification at http://www.xmlrpc.com/spec and it did not mention a default tag type (unless I am wrong, which ha

Re: xml-rpc example

2002-05-23 Thread josh lucas
On Thu, 2002-05-23 at 14:55, Michael Guymon wrote: > hola, > > > I pulled the latest greatest build from CVS for xml-rpc and built the > example. Using the package org.apache.xmlrpc.WebServer for the server > and org.apache.xmlrpc.XmlRpcClient for the client, it worked fine. The > method call to

xml-rpc example

2002-05-23 Thread Michael Guymon
hola, I pulled the latest greatest build from CVS for xml-rpc and built the example. Using the package org.apache.xmlrpc.WebServer for the server and org.apache.xmlrpc.XmlRpcClient for the client, it worked fine. The method call to 'hello.sayHello' was fine. My problems started when I used a tc