EMBasicXMLInvoker class

The EMBasicXMLInvoker class eliminates the need for polling by not returning the response until either the final response is available from the server, or the API times out. The advantage is that you do not have to process the responses or place additional requests. The EMBasicXMLInkvoker uses an XML schema to validate XML formatted request and response strings. See XML string validation.

The EMBasicXMLInvoker class has the following limitations:

The following flowchart illustrates the EMBasicXMLInvoker request session:

Parent Topic

Control-M/EM API requests