Causes EvWatch service to call System.exit(). EvWatch service is responsible for ECS restart.
If EvWatch does not exist, then this operation does a hard exit.
The ObjId for all objects, except for the RuntimeController, is in the following format:
host:/ecs/eca/objectname.
SOAP message example:
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope"> <SOAP-ENV:Body xmlns:m="http://www.eventgnosis.com/"> <Exit> <ObjId>Controller</ObjId> <TimeGoal>10</TimeGoal> </Exit> </SOAP-ENV:Body> </SOAP-ENV:Envelope>