# File lib/soap/compat.rb, line 132
  def addMethod(name, *params)
    addMethodWithSOAPActionAs(name, name, nil, *params)
  end