Wsdl2ruby usage

Hi All,

I had run the following command

wsdl2ruby --wsdl http://xxxxx/?wsdl --type client

got 4 .rb files:

  1. xxxClient.rb
  2. xxxDriver.rb
  3. xxxMappingRegistry.rb
  4. 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