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

Changeset 1631

Show
Ignore:
Timestamp:
09/21/05 21:12:31 (3 years ago)
Author:
nahi
Message:

fixed variable scope bug of add_elements2stubobj. thanks to wrex. closes #152.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/mapping/wsdlliteralregistry.rb

    r1620 r1631  
    319319        child = any2obj(value) 
    320320      end 
    321       if as_array.include?(elename.name) 
     321      if item and as_array.include?(elename.name) 
    322322        (vars[name] ||= []) << child 
    323323      else