I develop a small program (using PHP and API) and my small function doesn't return something
Code: Select all
$logerr=$client->__soapCall("Dispatch", array(
$client->_login,
$client->_password,
"LogObject" ,
"GetLogEntry",
"Type",'error',
"What",'Message'
));
But GetLog works.
For information, I use OTRS 2.4.