executeTransferEvent
This method allows executing up to 50 transfers.
To use it, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/storeroom/ExecuteTransferEventRequestType.java |
Return | web/wwwroot/ws/java/storeroom/ExecuteTransferEventResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
transarchivalList | X | Matrix; a list of transfer ID #s. |
TransarchivalId | X | Transfer ID # in the table. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:storeroom">
<soapenv:Header/>
<soapenv:Body>
<urn:executeTransferEvent>
<urn:transarchivalList>
<!--Zero or more repetitions:-->
<urn:TransarchivalId>?</urn:TransarchivalId>
</urn:transarchivalList>
</urn:executeTransferEvent>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | FAILURE: FAILURE |
Detail | FAILURE: Message detailing the error |
RecordListResponse | SUCCESS: Returns a vector with the execution information. â–ª RecordListResponse: Matrix; Records o Record: Record â–ª A message with the execution ID and message, whether it is a success or failure. |