Gets configuration info for an object specified by ObjId.
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/"> <GetConfiguration> <ObjId>Controller</ObjId> </GetConfiguration> </SOAP-ENV:Body> </SOAP-ENV:Envelope>