TSR Success Message

The following option is set in the reply message to indicate the successful completion of the task initiated by an earlier acknowledged control message.

<status>SUCCESS</status>
<severityCode>0</severityCode>

Example: TSR Success Message

<EagleML
eaglemlVersion="2-0"
eaglemlType="TaskStatusResponse"
xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
xsi:type="TaskStatusResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
       <header>
              <messageId>B312BB91JFVMEXBQ</messageId>
              <sentBy>http://www.eagleinvsys.com/</sentBy>
              <sendTo>www.client.com</sendTo>
              <creationTimestamp>2013-10-21T10:19:19-05:00</creationTimestamp>
       </header>
       <statusItem>
              <taskIdentifier>
                     <correlationId correlationIdScheme="www.eagleinvsys.com">D7BAFD70-BE19-4DF</correlationId>
                     <businessTaskId correlationIdScheme="businessTaskIdScheme">ADD_MSTR_USER_ARCHANA123</businessTaskId>
              </taskIdentifier>
              <status>SUCCESS</status>
              <severityCode>0</severityCode>
       </statusItem>
</EagleML>