From: Brian Doyle Date: 2005-07-27T03:01:39+09:00 Subject: SOAP examples 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.