summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-28 05:53:16 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-28 05:53:16 +0000
commitaad1e0d556767a2cb90eeca94bb3f09bc999f891 (patch)
tree3ddde51774247d839f4e12ae0d9af6ff2e84d35b /MANIFEST
parente8c4ea0157fb9fb9647572f9fcb378d19aeb0618 (diff)
downloadruby-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 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index ca20c90fc..3e2dbe5ff 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -731,8 +731,9 @@ test/wsdl/axisArray/test_axisarray.rb
test/wsdl/emptycomplextype.wsdl
test/wsdl/raa/RAA.rb
test/wsdl/raa/README.txt
+test/wsdl/raa/RAAServant.rb
+test/wsdl/raa/RAAService.rb
test/wsdl/raa/raa.wsdl
-test/wsdl/raa/server.rb
test/wsdl/raa/test_raa.rb
test/wsdl/test_emptycomplextype.rb
test/xsd/test_xmlschemaparser.rb