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 9cba39a1a1 * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of
SOAPBasetype and SOAPCompoundtype.

* lib/soap/generator.rb, lib/soap/element.rb, lib/soap/encodingstyle/*:
  Encoding methods signature change.  Pass SOAPGenerator as a parameter.

* lib/soap/mapping/*, test/soap/marshal/test_marshal.rb: Refactoring for better
  marshalling/unmarshalling support.  Now I think SOAP marshaller supports all
  kind of object graph which is supported by Ruby's original marshaller.  Of
  course there could be bugs as always.  Find it.  :-)

* lib/soap/rpc/standaloneServer.rb: Set severity threshould to INFO.  DEBUG is
  too noisy.

* lib/xsd/datatypes.rb: DateTime#of is obsoleted.  Use DateTime#offset.

* test/wsdl/emptycomplextype.wsdl, test/xsd/xmlschema.xml: Avoid useless
  warning.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-14 15:14:02 +00:00
..
encodingstyle * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +00:00
mapping * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +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/baseData.rb: Introduce SOAPType as the common ancestor of 2003-10-14 15:14:02 +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: follow http-access2. hosts which matches 2003-10-04 08:57:11 +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 * lib/soap/* (29 files): SOAP4R added. 2003-09-24 15:18:44 +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