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

Changeset 1918

Show
Ignore:
Timestamp:
08/23/07 20:52:08 (9 months ago)
Author:
nahi
Message:
  • allow <any> appear twice or more (with the current implementation, soap4r ignores <any> element definition such as namespace and processContent. just allow any element appear.) closes #402.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/wsdl/xmlSchema/choice.rb

    r1906 r1918  
    4545      o 
    4646    when AnyName 
    47       raise ElementConstraintError.new("duplicated element: any") if @any 
    4847      @any = Any.new 
    4948      @elements << @any 
  • trunk/lib/wsdl/xmlSchema/sequence.rb

    r1906 r1918  
    4141      o 
    4242    when AnyName 
    43       raise ElementConstraintError.new("duplicated element: any") if @any 
    4443      @any = Any.new 
    4544      @elements << @any