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

Changeset 1588

Show
Ignore:
Timestamp:
07/23/05 16:22:51 (3 years ago)
Author:
nahi
Message:

out parameter of rpc operation did not work. closes #132.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/rpc/proxy.rb

    r1587 r1588  
    439439      if body.outparams 
    440440        outparams = body.outparams.collect { |outparam| 
    441           Mapping.soap2obj(outparam, mapping_regisry) 
     441          Mapping.soap2obj(outparam, mapping_registry) 
    442442        } 
    443443        [ret].concat(outparams)