From: rcoder Date: 2005-01-12T05:41:18+09:00 Subject: Re: Problem with XMLRPC XMLRPC requires a return value from every call, and 'nil' isn't supported by the protocol. Try changing the server-side handler block so that it returns a valid XMLRPC datatype value -- for example, just add a line after the 'puts' call with a 0 and nothing else. Lennon