noalyss Version-9
|
take request for webservice , decrypt the message and give it to the plugin NWS if installed. More...
Go to the source code of this file.
Variables | |
$cn =Dossier::connect() | |
$http =new HttpInput() | |
$menu =new Extension($cn) | |
$message =$http->request("message") | |
const | ALLOWED true |
if (! defined( 'ALLOWED')) define( 'ALLOWED' | |
try | |
take request for webservice , decrypt the message and give it to the plugin NWS if installed.
Mandatory parameter is dossier_id and message
Definition in file service.php.
$cn =Dossier::connect() |
Definition at line 55 of file service.php.
$http =new HttpInput() |
Definition at line 41 of file service.php.
Definition at line 58 of file service.php.
$message =$http->request("message") |
Definition at line 45 of file service.php.
const ALLOWED true |
Definition at line 22 of file service.php.
Definition at line 32 of file service.php.
try |
Definition at line 43 of file service.php.