diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-28 05:53:16 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-28 05:53:16 +0000 |
| commit | aad1e0d556767a2cb90eeca94bb3f09bc999f891 (patch) | |
| tree | 3ddde51774247d839f4e12ae0d9af6ff2e84d35b /ChangeLog | |
| parent | e8c4ea0157fb9fb9647572f9fcb378d19aeb0618 (diff) | |
| download | ruby-aad1e0d556767a2cb90eeca94bb3f09bc999f891.tar.gz ruby-aad1e0d556767a2cb90eeca94bb3f09bc999f891.tar.xz ruby-aad1e0d556767a2cb90eeca94bb3f09bc999f891.zip | |
* lib/soap/streamHandler.rb: drop unused http parameters.
* lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb,
lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb,
lib/wsdl/soap/complexType.rb: ApacheSOAP's map support was broken under WSDL
dynanic client environment. fixed.
* test/wsdl/raa/*: add tests.
* lib/xsd/datatypes.rb: dateTime precision bug fix (at least, I hope.) bug of
soap4r. XSDDateTimeImple.to_time passed a Float to Time.local/Time.gm as an
usec, and NUM2LONG(rb_num2long for Float) causes rounding error.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Fri Nov 28 14:41:52 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> + + * lib/soap/streamHandler.rb: drop unused http parameters. + + * lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb, + lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb, + lib/wsdl/soap/complexType.rb: ApacheSOAP's map support was broken + under WSDL dynanic client environment. fixed. + + * test/wsdl/raa/*: add tests. + + * lib/xsd/datatypes.rb: dateTime precision bug fix (at least, I hope.) + bug of soap4r. XSDDateTimeImple.to_time passed a Float to + Time.local/Time.gm as an usec, and NUM2LONG(rb_num2long for Float) + causes rounding error. + + * test/soap/test_basetype.rb, test/xsd/test_xsd.rb: add tests. + Fri Nov 28 04:15:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504] |
