Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1888

Show
Ignore:
Timestamp:
07/16/07 23:20:24 (1 year ago)
Author:
nahi
Message:
  • updated release note.
  • Version 1.5.7
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RELEASE_en.html

    r1886 r1888  
    6969</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>) 
    7070 
    71 </li></ul></li></ul><ul><li>RPC 
     71</li></ul></li></ul><ul><li>SOAP 
    7272<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 
    7375</li></ul></li></ul><ul><li>Payload 
    7476<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  
    1414 
    1515 
    16 VERSION = Version = '1.5.7-SNAPSHOT
     16VERSION = Version = '1.5.7
    1717PropertyName = 'soap/property' 
    1818