From: nkb Date: 2004-09-23T01:29:14+09:00 Subject: Re: soap4r. I just dont get it. I am giving up on the soap4r for now. I think it is a great library to use if I get to have it working (and if there maybe more examples for the uninitiated like me). But I'm on negative time now, and http happens to work for me meanwhile. :) rcoder@gmail.com wrote on 2004/09/23 1:24: > 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 > > >