# File lib/soap/compat.rb, line 91
  def addMethodWithNSAs(namespace, receiver, methodName, methodNameAs, *paramArg)
    add_method_with_namespace_as(namespace, receiver, methodName, methodNameAs, *paramArg)
  end