M
Marco Sangiorgi
Hello everybody, I'm using the following to get a driver to call to some
functions on a remote soap described by wsdl:
require 'soap/wsdlDriver'
wsdl = "mywsdluri"
client = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
Then I can easy call soap methods with client.method_name, but I'm not
able to figure out if I could get a simple list of paramaters those
methods requires.
I've found this ticket [1], with dump_method_signature that seems to be
something like what I'm searching for, but I could't understand how to
use it.
Some ideas?
Thanks in advance
Marco Sangiorgi
[1] http://dev.ctor.org/soap4r/changeset/1922
functions on a remote soap described by wsdl:
require 'soap/wsdlDriver'
wsdl = "mywsdluri"
client = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
Then I can easy call soap methods with client.method_name, but I'm not
able to figure out if I could get a simple list of paramaters those
methods requires.
I've found this ticket [1], with dump_method_signature that seems to be
something like what I'm searching for, but I could't understand how to
use it.
Some ideas?
Thanks in advance
Marco Sangiorgi
[1] http://dev.ctor.org/soap4r/changeset/1922