How to create wsdl object in ruby?

Hi,
Question as in subject.

Any help will be helpful
Thanks in advance.

MT

You can install ruby gem ‘soap4r’ and try this:

Example:
For server side:
/usr/bin/wsdl2ruby.rb --wsdl myapp.wsdl --type server
For client side:
/usr/bin/wsdl2ruby.rb --wsdl myapp.wsdl --type client

2007/8/31, Marcin T. [email protected]: