Class: REXML::Parsers::BaseParser
- Inherits:
-
Object
- Object
- REXML::Parsers::BaseParser
- Defined in:
- lib/rexml_extensions.rb
Instance Method Summary collapse
- #oldpull ⇒ Object
-
#pull ⇒ Object
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).
Instance Method Details
#oldpull ⇒ Object
4 |
# File 'lib/rexml_extensions.rb', line 4 alias :oldpull :pull |
#pull ⇒ Object
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 |