From: "rcoder@..." Date: 2004-09-23T01:24:34+09:00 Subject: Re: soap4r. I just dont get it. Personally, I was unable to get any Ruby SOAP client to work until our ASP.NET web service was switched to use RPC encoding. After that, I was able to use the auto-generated WSDL, and the service worked perfectly. That being said, after trying to hack the SOAP4R library to allow dynamic configuration of proxy settings, I just gave up, and am now using basic HTTP GET, and passing my (all string-valued) parameters as the query string. Just out of curiosity, are you still calling the service with only one argument, as in your first example? Have you tried adding an array of strings to the parameters, to see if the error is actually coming from that? -- Lennon rcoder.net