* @license MIT */ class Soap extends BaseAdapter { /** * {@inheritDoc} */ protected function getServiceName($wrappedClass, $method) { return (string) $method; } }