summaryrefslogtreecommitdiffstats
path: root/sample/wsdl/googleSearch/README
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-24 15:18:44 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-24 15:18:44 +0000
commit7957062899260c10d0a45ab27c9ab3475a4972c3 (patch)
treea311d59f031ae5def87f68be71ed1f58abadc031 /sample/wsdl/googleSearch/README
parent77a4b63f92cdcf0deb76dc0eeae464a55f5da789 (diff)
downloadruby-7957062899260c10d0a45ab27c9ab3475a4972c3.tar.gz
ruby-7957062899260c10d0a45ab27c9ab3475a4972c3.tar.xz
ruby-7957062899260c10d0a45ab27c9ab3475a4972c3.zip
* 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
Diffstat (limited to 'sample/wsdl/googleSearch/README')
-rw-r--r--sample/wsdl/googleSearch/README6
1 files changed, 6 insertions, 0 deletions
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