ruby--ruby/test/soap
nahi 20fa0df5cd * lib/soap/soap.rb: add SOAP::Env module for environment repository
such as HTTP_PROXY.

        * lib/soap/property.rb: property implementation.

        * lib/soap/streamHandler.rb, lib/soap/wsdlDriver.rb,
          lib/soap/rpc/driver.rb: use soap/property.rb.

        * lib/wsdl/importer.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb:
          use SOAP::Env.

        * lib/soap/netHttpClient.rb: add basic_auth, ssl_config, and cookie
          management interface, but ignored for now.

        * lib/xsd/charset.rb: add XSD::Charset.encoding= interface to set
          wiredump charset explicitly.  it was fixed to 'utf-8' when iconv or
          uconv module was found.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-04 04:05:51 +00:00
..
calc * lib/soap/mapping/factory.rb: mark marshalled basetype objects when 2003-10-31 16:50:27 +00:00
helloworld * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR. 2003-10-22 15:43:10 +00:00
marshal * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
test_basetype.rb * lib/soap/streamHandler.rb: drop unused http parameters. 2003-11-28 05:53:16 +00:00
test_soapelement.rb * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module 2003-09-26 18:34:41 +00:00