# File lib/action_web_service/protocol/soap_protocol/marshaler.rb, line 227
        def soap2obj(obj_class, node, info, map)
          unless node.type == SOAP::SOAPBase64::Type
            return false
          end
          return true, obj_class.new(node.string)
        end