from willy.mene to soap4r ML.
I've looked at the driver classes generated by the wsdl2ruby.rb script,
and the driver files created contain a hash called Methods, that
contains all the RPC methods, their inputs and outputs.
Is there a similar way to see that same information when using the
object created from SOAP::WSDLDriverFactory#create_rpc_driver? When
inspecting the methods generated by this object, I cannot get the
number of paramaters nor their names.
I'm trying to create a ruby version of the xmethods.org site, and would
like for users to inspect the methods generated from a wsdl on a
webpage, and make rpc calls. Hope that makes sense. Thanks