Hi -- I'm having to consume a SOAP service (ugh!), and am running into some
difficulty.
I'm using Ruby's SOAP libs to do this.
I've created a SOAP::RPC::Driver with the wsdl using the
SOAP::WSDLDriverFactory, and it seems to have all the methods I expect from
the API I have when I call #methods on it.
However, one of the methods is login(), which according to the API should
take 2 arguments (username & password), but when I try to call it with
appropriate values, I'm getting "wrong number of arguments (2 for 1)".
Could someone with SOAP experience tell me how to check the WSDL to maybe
see what I'm getting wrong, or maybe there's something I'm getting confused
about (like I should be sending 2 params in a single formatted string, or
something).
Any help is really appreciated.
Cheers,
   Doug.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NWRUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nwrug-members?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to