summaryrefslogtreecommitdiff
path: root/lib/soap/encodingstyle/literalHandler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap/encodingstyle/literalHandler.rb')
-rw-r--r--lib/soap/encodingstyle/literalHandler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soap/encodingstyle/literalHandler.rb b/lib/soap/encodingstyle/literalHandler.rb
index 72a10b2daa..5b702785e6 100644
--- a/lib/soap/encodingstyle/literalHandler.rb
+++ b/lib/soap/encodingstyle/literalHandler.rb
@@ -159,7 +159,7 @@ class LiteralHandler < Handler
def decode_attrs(ns, attrs)
extraattr = {}
attrs.each do |key, value|
- qname = ns.parse(key)
+ qname = ns.parse_local(key)
extraattr[qname] = value
end
extraattr