From 7957062899260c10d0a45ab27c9ab3475a4972c3 Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 24 Sep 2003 15:18:44 +0000 Subject: * lib/soap/* (29 files): SOAP4R added. * lib/wsdl/* (42 files): WSDL4R added. * lib/xsd/* (12 files): XSD4R added. * test/soap/* (16 files): added. * test/wsdl/* (2 files): added. * test/xsd/* (3 files): added. * sample/soap/* (27 files): added. * sample/wsdl/* (13 files): added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/wsdl/googleSearch/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sample/wsdl/googleSearch/README (limited to 'sample/wsdl/googleSearch/README') diff --git a/sample/wsdl/googleSearch/README b/sample/wsdl/googleSearch/README new file mode 100644 index 000000000..461a5634d --- /dev/null +++ b/sample/wsdl/googleSearch/README @@ -0,0 +1,6 @@ +wsdlDriver.rb: Do google search using WSDL. + +Whole files except wsdl.rb in this directory is created by wsdl2ruby.rb from +GoogleSearch.wsdl with options; + +% wsdl2ruby.rb --wsdl http://api.google.com/GoogleSearch.wsdl --classdef --client_skelton --servant_skelton --cgi_stub --standalone_server_stub --driver --force -- cgit