From: gregarican Date: 2006-02-03T00:23:18+09:00 Subject: Re: Ruby xmlrpc/server incompatible? What I did was rebuild the SimpleHttpClient.java file on the xmlrpc client end. I commented out the 'Accept-Encoding: identity' parameter that was being added to the HTTP header. Once I did now I can see the Ruby xmlrpc/server passing back the result set to the client. That is one less thing to worry about. Now all I have to do is get the client to parse the result set and use the data :-)