Soap4r and method overloading

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-forum.com/.

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

-- Mark.
P.S. see markthomas.org

···

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-forum.com/.