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

Changeset 153

Show
Ignore:
Timestamp:
06/28/01 20:26:40 (8 years ago)
Author:
nakahiro
Message:

Fault items like 'faultcode' which is not in Fault element should not be parsed

as fault items. Fixed.

Files:

Legend:

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

    r131 r153  
    190190    end 
    191191 
    192     unless o and namespace.nil? 
     192    unless o and namespace.nil? and parent.node.is_a?( SOAPFault ) 
    193193      if name == 'faultcode' 
    194194        o = SOAPString.decode( ns, entity )