25set_include_path($_SERVER[
'DOCUMENT_ROOT'].
'/htdocs');
27require_once
'../master.inc.php';
28require_once NUSOAP_PATH.
'/nusoap.php';
29require_once DOL_DOCUMENT_ROOT.
'/user/class/user.class.php';
38dol_syslog(
"Call Dolibarr webservices interfaces");
42 $langs->load(
"admin");
43 dol_syslog(
"Call Dolibarr webservices interfaces with module webservices disabled");
44 print $langs->trans(
"WarningModuleNotActive",
'WebServices').
'.<br><br>';
45 print $langs->trans(
"ToActivateModule");
52print
'List of available SOAP Web services is visible on the setup area, setup page of module WebService SOAP.';
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.