From: Tomas Kejzlar Date: 2007-03-15T20:53:36+09:00 Subject: SOAP request parameters Hi, I have a problem with Ruby SOAP client. Basically, I create new client instance via SOAP::RPC::Driver.new, then I use add_method('method', 'param1', 'param2') and then try to call the method - soap.method('value1', 'value2'). The problem is that instead of the values, parameter names ("param1" and "param2") are sent to the server... Can anybody please tell me what am I doing wrong? Thanks. -- Posted via http://www.ruby-forum.com/.