# File lib/wsdl/operation.rb, line 79
  def inputname
    if input
      as_operationname(input.name ? input.name.name : @name)
    else
      nil
    end
  end