summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-31 00:17:13 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-31 00:17:13 +0000
commita83d78cce2cc4295a8b8137197d3866b76a95c09 (patch)
tree275c721b1bc43851669dc7214fc9129395499256 /ChangeLog
parent444c20b17030db971c7866214d5c57a6875219b4 (diff)
downloadruby-a83d78cce2cc4295a8b8137197d3866b76a95c09.tar.gz
ruby-a83d78cce2cc4295a8b8137197d3866b76a95c09.tar.xz
ruby-a83d78cce2cc4295a8b8137197d3866b76a95c09.zip
* accidently it was not ci-ed in the previous commits.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a9b1a443..310b3a527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Sat Jan 31 01:00:32 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
+
+ * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support of
+ "parts" attribute of soap:body element in WSDL.
+
+ * lib/wsdl/xmlSchema/schema.rb: friendly warning message for
+ simpleType element which is not supported for now.
+
+ * lib/soap/mapping/factory.rb: deleted unused methods.
+
+ * lib/soap/mapping/rubytypeFactory.rb: do no ignore case while xsi:type
+ string <-> Ruby class name matching.
+
+ * test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl}: new
+ files.
+
Thu Jan 29 23:56:00 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* util.c (mblen): fix overrun. [ruby-dev:22672]