# File lib/wsdl/operation.rb, line 70
  def outputname
    XSD::QName.new(targetnamespace,
      output.name ? output.name.name : @name.name + 'Response')
  end