Class: REXML::Parsers::BaseParser

Inherits:
Object
  • Object
show all
Defined in:
lib/rexml_extensions.rb

Instance Method Summary collapse

Instance Method Details

#oldpullObject



4
# File 'lib/rexml_extensions.rb', line 4

alias :oldpull :pull

#pullObject

KLUDGE: Investigate why REXML is only parsing the base (SOAP) msg and not including the entire WSS4R (signed) message before sending (somewhere in WSS4R -> SOAP4R -> REXML)



9
10
11
12
13
14
# File 'lib/rexml_extensions.rb', line 9

def pull
  # $stdout.puts "*" * 80
  # $stdout.puts @source.buffer
  @nsstack += [ 'wsu', 'env', 'ds', 'xsi' ]
  oldpull
end