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

Changeset 1612

Show
Ignore:
Timestamp:
09/11/05 21:57:59 (3 years ago)
Author:
nahi
Message:

temporal fix for #144.

Files:

Legend:

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

    r1603 r1612  
    8585    opt[:request_use] ||= :encoded 
    8686    opt[:response_use] ||= :encoded 
     87    # default values of these values are unqualified in XML Schema. 
     88    # set true for backward compatibility. 
     89    unless opt.key?(:elementformdefault) 
     90      opt[:elementformdefault] = true 
     91    end 
    8792    @operation[name] = Operation.new(soapaction, param_def, opt) 
    8893  end