diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-26 09:30:07 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-26 09:30:07 +0000 |
commit | 94f6ac6cedf2a4da842dc45e31d7c16255eb9850 (patch) | |
tree | 298513566c11f3af35eadc921f1740660694ba29 | |
parent | fb804a241d0e8e3beaa9049071d2a53bb8b7d576 (diff) | |
download | ruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.tar.gz ruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.tar.xz ruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.zip |
* lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README index e9ad2757a..2a3e3083c 100644 --- a/lib/README +++ b/lib/README @@ -89,7 +89,7 @@ uri/ldap.rb ldap scheme support uri/mailto.rb mailto scheme support weakref.rb weak reference class webrick.rb WEB server toolkit -wsdl WSDL 1.2 implementation +wsdl WSDL 1.1 implementation xmlrpc XML-RPC implementation xsd XML Schema Datatypes implementation yaml.rb YAML implementation |