StartArchive
Starts an archive pass. StartArchive is the first call that the API makes after initializing. After iHub receives the command to start the archive application, iHub waits five minutes to receive the StartArchive request. If it does not receive the request, iHub ignores the command and invalidates the SessionID.
Request schema
<xsd:complexType name="StartArchive">
<xsd:sequence>
<xsd:element name="SessionID" type="xsd:string"/>
<xsd:element name="ProviderName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="IncludeFolder" type="xsd:boolean"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Request elements
SessionID
The ID that iHub generates for the current archiving session.
ProviderName
A string identifying the archiving application.
IncludeFolder
A flag indicating whether to include subfolders.
Response schema
<xsd:complexType name="StartArchiveResponse"/>