Module WebserviceΒΆ
You will need to invoke the setup API to enable the support for the custom modules.
include_once('vtlib/Vtiger/Module.php');
$moduleInstance = Vtiger_Module::getInstance('Payslip');
$moduleInstance->initWebservice();
Note
When the module is imported the Webservice initialize API is automatically invoked.