This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
decode_tag(ns, name, attrs, parent)
decode interface.
Returns SOAP/OM data.
# File lib/soap/encodingstyle/handler.rb, line 79 def decode_tag(ns, name, attrs, parent) raise NotImplementError.new('Method decode_tag must be defined in derived class.') end