FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadPackageCount

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackageQueryParameters  DownloadPackageQueryParameters  0..1  See DownloadPackageQueryParameters.
XML Example

The following XML fragment illustrates a getDownloadPackageCount message:

<getDownloadPackageCount>
     <DownloadPackageQueryParameters>
          <DownloadPackageID>
               <value>AS_DP_09</value>
               <searchType>EQUALS</searchType>
          </DownloadPackageID>
          <!--Description>
               <value>?</value>
               <searchType>?</searchType>
          </Description>
          <Version>?</Version>
          <CreationDateStart>?</CreationDateStart>
          <CreationDateEnd>?</CreationDateEnd>
          <Availability>CURRENT</Availability-->
     </DownloadPackageQueryParameters>
</getDownloadPackageCount>