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

Changeset 1452

Show
Ignore:
Timestamp:
02/23/05 22:57:49 (4 years ago)
Author:
nahi
Message:

xsi:type of SOAPArray should be soap:Array.

Files:

Legend:

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

    r1403 r1452  
    636636  def initialize(type = nil, rank = 1, arytype = nil) 
    637637    super() 
    638     @type = type || XSD::QName.new 
     638    @type = type || ValueArrayName 
    639639    @rank = rank 
    640640    @data = Array.new