Skip to content
  • Hiroshi Nakamura's avatar
    42bca643
    * lib/soap/streamHandler.rb: drop unused http parameters. · 42bca643
    Hiroshi Nakamura authored
    * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    42bca643
    * lib/soap/streamHandler.rb: drop unused http parameters.
    Hiroshi Nakamura authored
    * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading