Response types received when using the EMBasicXMLInvoker

The following table shows the types of responses you receive when using the EMBasicXMLInvoker:

Response type

Description

response_operationName

EXAMPLE: response_unregister

This response is the final result of a successful synchronous request.

The first field is status and the value is OK except for response_track_jobs where it can also be PARTIAL_SUCCESS. For more information see the note in SOAP envelope for Control-M/EM requests and responses.

fault_operationName

EXAMPLE: fault_unregister

Synchronous requests: This response indicates a failure.

Asynchronous requests: This response indicates a failure in sending the request to the Control-M/Server. For example, if the user is not authorized, Control‑M/Server is unavailable, does not have the right status, or the request has invalid values.

response_poll_operationName

EXAMPLE: response_poll_add_condition

This response is the final successful or partially successful synchronous request.

The first field is status and the value is OK except for response_poll_order_force where it can also be PARTIAL_SUCCESS. For more information see the note in SOAP envelope for Control-M/EM requests and responses.

fault_poll_operationName

EXAMPLE: fault_poll_add_condition

This response is the result of an error on an asynchronous request that was sent to the Control-M/Server. This response can be an error returned from the Control-M/Server itself (for example, an order request for a nonexistent table), or an error from the communication layer between Control-M/EM and Control-M/Server (for example, a request timeout or communication loss).

Parent Topic

Control-M/EM API requests