CustomerService::mutateServiceLinks PHP Method

        public function mutateServiceLinks($operations)
        {
            $args = new MutateServiceLinks($operations);
            $result = $this->__soapCall("mutateServiceLinks", array($args));
            return $result->rval;
        }