There's no documentation for this item.
Source Code
# File wsdl/port.rb, line 48 def outputoperation_map result = {} find_binding.operations.each do |op_bind| op_info = op_bind.soapoperation.output_info result[op_info.op_name] = op_info end result end
<code/>and<pre/>for code samples.