Skip to main content
Version: 2.2.1

executeTransferEvent

This method allows executing up to 50 transfers.

To use it, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/storeroom/ExecuteTransferEventRequestType.java
Returnweb/wwwroot/ws/java/storeroom/ExecuteTransferEventResponseType.java

Request:

ID #RequiredDescription
transarchivalListXMatrix; a list of transfer ID #s.
TransarchivalIdXTransfer 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
StatusFAILURE: FAILURE
DetailFAILURE: Message detailing the error
RecordListResponseSUCCESS: 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.