# File lib/wsdl/operation.rb, line 95
  def outputname
    if output
      as_operationname(output.name ? output.name.name : @name + 'Response')
    else
      nil
    end
  end