[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

soap4r and method overloading

Daniel King

9/24/2008 10:48:00 AM

There are two methods with different number of parameters in a wsdl. I
can only use one of it by using soap4r. How to use all of the methods?
--
Posted via http://www.ruby-....

1 Answer

Mark Thomas

9/24/2008 1:39:00 PM

0

On Sep 24, 6:47 am, Daniel King <cn.k...@gmail.com> wrote:
> There are two methods with different number of parameters in a wsdl. I
> can only use one of it by using soap4r. How to use all of the methods?
> --
> Posted viahttp://www.ruby-....

Did you use wsdl2ruby to generate a sample Client.rb file? It creates
sample code for each service method.

-- Mark.
P.S. see http://markthomas.org/2007/09/12/getting-started-wi...