FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
DownloadPackageQueryParameters | DownloadPackageQueryParameters | 0..1 | See DownloadPackageQueryParameters. |
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>