Get methods params type parsing wsdl file in a rails/ruby application
Posted
by Marco Sangiorgi
on Stack Overflow
See other posts from Stack Overflow
or by Marco Sangiorgi
Published on 2010-05-13T07:55:31Z
Indexed on
2010/05/13
13:44 UTC
Read the original article
Hit count: 197
Hi, I have a question about ruby and wsdl soap.
I couldn't find a way to get each method's params and their type.
For example, if I found out that a soap has a methods called "get_user_information" (using wsdlDriver) is there a way to know if this method requires some params and what type of params does it require (int, string, complex type, ecc..)?
I'd like to be able to build html forms from a remote wsdl for each method...
Sorry for my horrible English :D
© Stack Overflow or respective owner