Skip to main content
Version: 2.2.1

executeOutputEvent

This method allows executing up to 50 output events.

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

Java class
Requestweb/wwwroot/ws/java/storeroom/ExecuteOutputEventRequestType.java
Returnweb/wwwroot/ws/java/storeroom/ExecuteOutputEventResponseType.java

Request:

ID #RequiredDescription
transarchivalListXMatrix; a list of output event ID #s.
TransarchivalIdXOutput event 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:executeOutputEvent>
<urn:transarchivalList>
<!--Zero or more repetitions:-->
<urn:TransarchivalId>?</urn:TransarchivalId>
</urn:transarchivalList>
</urn:executeOutputEvent>
</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.