Acknowledged (ACK) Message

The following option is set in the acknowledgement reply message to indicate the EJM receipt of a control message that properly initiates EJM task processing.

<isNegative>false</isNegative>

Example:  Acknowledgement (ACK) Message

The following is an example of an acknowledgement response to a control message that has made a request to load data using the PRICE default interface.

<EagleML
eaglemlVersion="2-0"
eaglemlType="TaskAcknowledgement"
xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
xsi:type="TaskAcknowledgement"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
      <header>
            <messageId>105JFME1GSFZXHV1</messageId>
            <sentBy>http://www.eagleinvsys.com/</sentBy>
            <sendTo>www.client.com</sendTo>
            <creationTimestamp>2013-10-21T17:37:59-05:00</creationTimestamp>
      </header>
      <taskIdentifier>
            <correlationId>DFN09MQTAA887DW</correlationId>
            <businessTaskId>PRICE_LOAD</businessTaskId>
      </taskIdentifier>
      <isNegative>false</isNegative>
</EagleML>