Changeset 1888
- Timestamp:
- 07/16/07 23:20:24 (1 year ago)
- Files:
-
- trunk/RELEASE_en.html (modified) (1 diff)
- trunk/lib/soap/soap.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RELEASE_en.html
r1886 r1888 69 69 </li><li>[BUG] under the earlier versions, we could use [] instead of CountryTargets[]. from 1.5.6-GA it doesn't work. let LiteralRegistry decide how the class should be mapped to according to the defined class in the parent complexType. (<a class="closed ticket" href="http://dev.ctor.org/soap4r/ticket/373" title="generic Array cannot be used instead of a custom array (closed)">#373</a>) 70 70 71 </li></ul></li></ul><ul><li> RPC71 </li></ul></li></ul><ul><li>SOAP 72 72 <ul><li>allow xsi:nil="true" element as an RPC request though I don't think it's SOAP spec compliant. (<a class="closed ticket" href="http://dev.ctor.org/soap4r/ticket/374" title="SOAP::Lite incompatibility (closed)">#374</a>) 73 </li><li>allow to customize default ns definition of SOAP Envelope. SOAPGenerator.new gets option hash as 'opt' and treats opt[:default_ns] as a XSD::NS which stores default ns definition of SOAP Envelope. See how it works in test/soap/test_custom_ns.rb. (<a class="closed ticket" href="http://dev.ctor.org/soap4r/ticket/380" title="default XSD::NS for SOAPGenerator (closed)">#380</a>) 74 73 75 </li></ul></li></ul><ul><li>Payload 74 76 <ul><li>added an API for filtering streamhandler to capture/generate HTTP header. (<a class="closed ticket" href="http://dev.ctor.org/soap4r/ticket/276" title="streamHandler filter to capture/create HTTP header (closed)">#276</a>) trunk/lib/soap/soap.rb
r1883 r1888 14 14 15 15 16 VERSION = Version = '1.5.7 -SNAPSHOT'16 VERSION = Version = '1.5.7' 17 17 PropertyName = 'soap/property' 18 18