Aging and archiving Encyclopedia volume items : Aging and archiving an item using the Actuate Information Delivery API : Starting an archive process for an Encyclopedia volume
 
Starting an archive process for an Encyclopedia volume
Use ExecuteVolumeCommand and set the StartArchive command to start archiving the items in an Encyclopedia volume.
<SOAP-ENV:Body>
<ExecuteVolumeCommand>
<VolumeName>Monaco</VolumeName>
<Command>StartArchive</Command>
</ExecuteVolumeCommand>
</SOAP-ENV:Body>
The response returns a status of the command.
<SOAP-ENV:Body>
<ExecuteVolumeCommandResponse>
<Status>Succeeded</Status>
</ExecuteVolumeCommandResponse>
</SOAP-ENV:Body>