From: Capitan Yesterday Date: 2010-05-28T21:25:06+09:00 Subject: Re: Get methods params type soap4r Have you tried sending dump_method_signatures to a WSDLDriverFactory object? Right now I'm on a windows machine (with ruby 1.8.6) and WSDLDriverFactory doesn't have that method, so I can't try. It should include WSDL::SOAP::ClassDefCreatorSupport and so you should be able to call dump_method_signatures. Otherwise, you could try to iterate on the services/ports of the wsdl attribute of a factory object, just like dump_method_signature does. I am no expert, so don't take my suggestions too seriously :-) Bye