@@ -85,6 +85,14 @@ class MySoapClient extends SoapClient
{
$response = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers);
+ logModuleCall(
+ 'zimbraEmail',
+ __FUNCTION__,
+ $arguments,
+ "Debug: response",
+ $options
+ );
+
return $response;
}