TCR reload active work
This web service reloads the active units of work specified.
The following table shows the parameters for this web service.
| Parameter | Required | Description |
|---|---|---|
| ActiveWorkIds | Yes | The ID of an active unit of work that is to be reloaded. More than one unit of work can be reloaded by specifying multiple ActiveWorkIds parameters. The unit of work 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. |
The body of the SOAP message is:
<q0:TcrReloadActiveWorksRequest>
<ActiveWorkIds>61</ActiveWorkIds>
<ActiveWorkIds>62</ActiveWorkIds>
<User>
<UserID>fxhadmin</UserID>
<HostName>localhost</HostName>
</User>
</q0:TcrReloadActiveWorksRequest>