method

response_doc_enc

ruby latest stable - Class: SOAP::RPC::Router::Operation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

response_doc_enc(result, mapping_registry, opt)
private

No documentation available.

# File lib/soap/rpc/router.rb, line 529
    def response_doc_enc(result, mapping_registry, opt)
      (0...result.size).collect { |idx|
        ele = Mapping.obj2soap(result[idx], mapping_registry, nil, opt)
        ele.elename = @doc_response_qnames[idx]
        ele
      }
    end