From: "NAKAMURA, Hiroshi" Date: 2005-07-27T10:02:56+09:00 Subject: Re: SOAP examples -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Brian Doyle wrote: > I'm a Ruby newbie and have a SOAP client question. I can't seem to > find any good SOAP examples using Ruby. I've looked at the Pickaxe > book and Google nothing really goes into the detail that I need. > > I'm trying to create a ruby client and it's very different from the > Java world that I'm use to. In Java you download the wsdl and it > generates the parameter class file that I need to pass into the web > service from the client. Is that the same process that you would do > with Ruby? If so how do you generate the source file that is needed > to pass to the web service. Thanks. Please use wsdl2ruby.rb which is included in soap4r-1.5.4. wsdl2ruby.rb is not included in Ruby as a bundled library. wsdl2ruby.rb generates class definitions and a client proxy class as you expected. Regards, // NaHi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) iD8DBQFC5t09f6b33ts2dPkRAt1LAJ47XMb7UPgViqcDgHkds5MliSuDVQCeIQFs 2wt5KZ2i+qLBc/rGP6KkCzQ= =oqn/ -----END PGP SIGNATURE-----