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

Changeset 1825 for trunk/install.rb

Show
Ignore:
Timestamp:
06/02/07 10:39:39 (2 years ago)
Author:
nahi
Message:
  • filter support.
    you can add filters to intercept before SOAP marshalling and SOAP unmarshalling. filters are invoked in sequence. see filter sample at test/soap/filter/test_filter.rb
    closes #350.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install.rb

    r1781 r1825  
    6868  install_dir(SRCPATH, 'soap', 'encodingstyle') 
    6969  install_dir(SRCPATH, 'soap', 'header') 
     70  install_dir(SRCPATH, 'soap', 'filter') 
    7071  install_dir(SRCPATH, 'wsdl') 
    7172  install_dir(SRCPATH, 'wsdl', 'xmlSchema')