# File lib/wsdl/operationBinding.rb, line 39
  def find_operation
    porttype.operations[@name] or raise RuntimeError.new("#{@name} not found")
  end