# File lib/soap/compat.rb, line 79
  def addMethod(receiver, methodName, *paramArg)
    addMethodWithNSAs(@default_namespace, receiver, methodName, methodName, *paramArg)
  end