TCR complete active work

This web service completes the units of work specified. Units of work need to be completed when they contain transactions that were edited or inserted.

The following table shows the parameters for this web service.
Table 1. TCR complete active work web service parameters
Parameter Required Description
ActiveWorkIds Yes The ID of an active unit of work that is to be completed. More than one unit of work can be completed 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:TcrCompleteActiveWorksRequest>
   <ActiveWorkIds>21</ActiveWorkIds>
   <ActiveWorkIds>22</ActiveWorkIds>
   <User>
      <UserID>fxhadmin</UserID>
      <HostName>localhost</HostName>
   </User>
</q0:TcrCompleteActiveWorksRequest>