[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

getting wsdl method param types?

_blackdog

1/2/2006 6:56:00 PM


hello all I'm using the following to get a driver to call to some
functions.

require 'soap/wsdlDriver'
wsdl = "http://localhost:8100/user/wsdl"
@drv = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver

works great, but now I want a simple list of methods, paramaters and
return values

i can get the available methods with

@drv.singleton_methods

but how do i get to see the return values and parameters per method in
an easy way?

thanks

bd

1 Answer

NAKAMURA, Hiroshi

2/5/2006 12:34:00 PM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Sorry for late reply.

_blackdog wrote:
> hello all I'm using the following to get a driver to call to some
> functions.
>
> require 'soap/wsdlDriver'
> wsdl = "http://localhost:8100/user/wsdl"
> @drv = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
>
> works great, but now I want a simple list of methods, paramaters and
> return values
>
> i can get the available methods with
>
> @drv.singleton_methods
>
> but how do i get to see the return values and parameters per method in
> an easy way?

I'm afraid there's no other way for now... cf.
http://dev.ctor.org/soap4r/...

Regards,
// NaHi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFD5fBpf6b33ts2dPkRAltTAJ43PRw4oWv5FA/E26+iqaKvGqyNzACgt6ip
0J/7Hl9Ytwfu8sucw5RNp4E=
=9CF7
-----END PGP SIGNATURE-----