Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #142 (closed enhancement: fixed)

Opened 3 years ago

Last modified 1 year ago

Determining rpc method paramaters and outputs at runtime

Reported by: nahi Assigned to: nahi
Priority: low Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

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

Change History

09/12/05 20:54:54 changed by nahi

  • type changed from defect to enhancement.
  • milestone changed from 1.5.5 to undefined.

09/23/05 16:15:21 changed by nahi

  • milestone changed from undefined to 1.5.6.

10/19/05 22:40:23 changed by nahi

  • priority changed from high to normal.

09/25/06 14:31:13 changed by nahi

  • priority changed from normal to low.

05/15/07 22:43:14 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

MethodDefCreator?#{collect_rpcparameter|collect_documentparameter}