From 660e839bb8ffd74308b56f100e05f7f141aa00ac Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 8 Nov 2003 09:52:42 +0000 Subject: * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. * test/soap/marshal/*: backport from soap4r/1.5.1. all differences are for ruby/1.6. * lib/soap/*: backport from soap4r/1.5.1. all differences are for ruby/1.6. * lib/wsdl/data.rb, lib/wsdl/xmlSchema/data.rb: move definition of ArrayTypeAttrName from ::WSDL::XMLSchema::* to ::WSDL::*. [ruby-talk:84813] * lib/wsdl/soap/definitions.rb: element name typo in custom exception struct definition which is needed for wsdlDriver; camelCase -> underscore_name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e31192f4a..79a8677eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Sat Nov 8 18:50:20 2003 NAKAMURA, Hiroshi + + * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and + reading. + + * test/soap/marshal/*: backport from soap4r/1.5.1. all differences are + for ruby/1.6. + + * lib/soap/*: backport from soap4r/1.5.1. all differences are for + ruby/1.6. + + * lib/wsdl/data.rb, lib/wsdl/xmlSchema/data.rb: move definition of + ArrayTypeAttrName from ::WSDL::XMLSchema::* to ::WSDL::*. + [ruby-talk:84813] + + * lib/wsdl/soap/definitions.rb: element name typo in custom exception + struct definition which is needed for wsdlDriver; camelCase -> + underscore_name. + Sat Nov 8 13:49:50 2003 Hidetoshi NAGAI * configure.in: improvement of pthread check -- cgit