TCR list active work

This web service returns a list of locked transmissions for the business day specified.

The following table shows the parameters for this web service.
Table 1. TCR list active work web service parameters
Parameter Required Description
BusinessDayId Yes Locked transmissions are returned for the business day with the ID specified in this parameter. The ID is an integer value.
UserID Yes The user ID with the permissions that are required to do this action.
HostName No The hostname where the EJB application is deployed.
MaxRecords No The maximum number of transmissions to display for the business day.
The body of the SOAP message is:
<q0:TcrListActiveWorkRequest>
   <BusinessDayId>2</BusinessDayId>
   <User>
      <UserID>fxhadmin</UserID>
      <HostName>localhost</HostName>
   </User>
   <ListTCRActiveWorkCriteria>
      <MaxRecords>5</MaxRecords>
   </ListTCRActiveWorkCriteria>
</q0:TcrListActiveWorkRequest>