From: Justin Mazzi Date: 2007-02-23T05:28:09+09:00 Subject: Re: Soap add_method Justin Mazzi wrote: > Is there a way to set default arguments for soap methods? > > i.e. > > proxy.add_method('value1','value2'='something') > > > > I need to pass a long a username and password with each soap call. > please let me know, thanks! I would also like to add, this is not Basic auth(http auth). This is simple passing a variable called username and password with each call. -- Posted via http://www.ruby-forum.com/.