From: Mark Thomas Date: 2008-09-24T22:39:59+09:00 Subject: Re: soap4r and method overloading On Sep 24, 6:47 am, Daniel King 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/. 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-with-soap4r/