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 b7931c40fe * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.
* test/soap/marshal/*: backport from soap4r/1.5.1.  all differences are for
  ruby/1.6.

* lib/soap/*: backport from soap4r/1.5.1.  all differences are for ruby/1.6.

* lib/wsdl/data.rb, lib/wsdl/xmlSchema/data.rb: move definition of
  ArrayTypeAttrName from ::WSDL::XMLSchema::* to ::WSDL::*.  [ruby-talk:84813]

* lib/wsdl/soap/definitions.rb: element name typo in custom exception struct
  definition which is needed for wsdlDriver; camelCase -> underscore_name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-08 09:52:42 +00:00
..
encodingstyle * lib/soap/generator.rb: better XML pretty printing. 2003-10-30 14:25:21 +00:00
mapping * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. 2003-11-08 09:52:42 +00:00
rpc * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00
baseData.rb * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00
element.rb * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00
generator.rb * lib/soap/generator.rb: better XML pretty printing. 2003-10-30 14:25:21 +00:00
mapping.rb * lib/soap/* (29 files): SOAP4R added. 2003-09-24 15:18:44 +00:00
marshal.rb * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00
netHttpClient.rb * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of 2003-10-15 11:25:41 +00:00
parser.rb * lib/soap/* (29 files): SOAP4R added. 2003-09-24 15:18:44 +00:00
processor.rb * lib/soap/* (29 files): SOAP4R added. 2003-09-24 15:18:44 +00:00
soap.rb * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. 2003-11-08 09:52:42 +00:00
streamHandler.rb * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform, 2003-10-03 17:15:23 +00:00
wsdlDriver.rb * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00