TCR lock
This web service locks the unit of work specified. The unit of work can be a transmission, batch (ICL), or transaction.
The following table shows the parameters for this web service.
| Parameter | Required | Description |
|---|---|---|
| Type | Yes | The type of the unit of work that is to be locked. It can be transmission or inbound batch (ICL). |
| Value | Yes | Unit of work type that is being locked. It is an integer value that represents the batch (ICL) or transmission. |
| 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:TcrLockRequest>
<UOW>
<Type>Transmission</Type>
<Value>5</Value>
</UOW>
<User>
<UserID>fxhadmin</UserID>
<HostName>localhost</HostName>
</User>
</q0:TcrLockRequest>