Starting an archive process for a volume
Use ExecuteVolumeCommand and set the StartArchive command to start archiving the items in a 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>