1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/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
..
encodingstyle * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying 2003-11-30 04:33:02 +00:00
mapping * lib/soap/streamHandler.rb: drop unused http parameters. 2003-11-28 05:53:16 +00:00
rpc * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
baseData.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
element.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
generator.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
mapping.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
marshal.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
netHttpClient.rb * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
parser.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
processor.rb * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's. 2003-11-25 07:31:33 +00:00
property.rb * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
soap.rb * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
streamHandler.rb * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00
wsdlDriver.rb * lib/soap/soap.rb: add SOAP::Env module for environment repository 2003-12-04 04:05:51 +00:00