diff --git a/ChangeLog b/ChangeLog index 1a9b1a443b..310b3a527f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sat Jan 31 01:00:32 2004 NAKAMURA, Hiroshi + + * 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 * util.c (mblen): fix overrun. [ruby-dev:22672]