[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

SOAP request parameters

Tomas Kejzlar

3/15/2007 11:54:00 AM

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-....