Hi All,
I had run the following command
wsdl2ruby --wsdl http://xxxxx/?wsdl --type client
got 4 .rb files:
- xxxClient.rb
- xxxDriver.rb
- xxxMappingRegistry.rb
- xxx.rb
But I don’t know how to use these files.
Can anyone plz suggest me how should I use the above generated files to
make a request with the server.
Thanks
Saurabh