ruby--ruby/lib/soap
nahi 3f4d04564b * lib/soap/mapping/factory.rb: mark marshalled basetype objects when
@allow_original_mapping is true.  multi-referencing basetype node is
  prohibited in SOAP/1.1 encoding but soap4r's original ruby object mapping
  requires basetype to be marked to detect self referencing loop.
  e.g. o = 1; o.instance_eval { @iv = o }  soap4r's original mapping is only
  used through soap/marshal API.

* test/soap/marshal/test_marshal.rb: add tests for self referencing immutable
  objects.

* test/soap/calc/test_calc_cgi.rb: fix test name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-31 16:50:27 +00:00
..
encodingstyle * lib/soap/generator.rb: better XML pretty printing. 2003-10-30 14:25:21 +00:00
mapping * lib/soap/mapping/factory.rb: mark marshalled basetype objects when 2003-10-31 16:50:27 +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
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
processor.rb
soap.rb
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