3.1.4.166 ExecuteSPResumeAllDownloads

The ExecuteSPResumeAllDownloads WSDL operation attempts to resume downloading content for all failed and cancelled updates. An update is considered failed or cancelled when the state of the update is Cancelled, Failed, or EULAFailed—that is, the EULA download failed.

Note This operation does not affect a running subscription that only downloads the metadata of available updates.

This operation is specified by the following WSDL.

  
 <wsdl:operation name="ExecuteSPResumeAllDownloads">
   <wsdl:input
     wsaw:Action="http://www.microsoft.com/SoftwareDistribution/
        Server/ApiRemotingWebService/ApiRemotingSoap/
        ExecuteSPResumeAllDownloadsRequest" name="ExecuteSPResumeAllDownloadsSoapIn"
        message="tns:ExecuteSPResumeAllDownloadsSoapIn"/>
   <wsdl:output
     wsaw:Action="http://www.microsoft.com/SoftwareDistribution/
        Server/ApiRemotingWebService/ApiRemotingSoap/
        ExecuteSPResumeAllDownloadsResponse" name="ExecuteSPResumeAllDownloadsSoapOut" 
        message="tns:ExecuteSPResumeAllDownloadsSoapOut"/>
 </wsdl:operation>