FLEXNET OPERATIONS 2024 R1 ON PREMISES SOAP WEB SERVICES GUIDE |
FlexNet Operations 2024 R1 On Premises SOAP Web Services Guide |
A checkDownloadPackagesResponse message contains an element of checkDownloadPackages.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
ActivationId | string | 1..* | Activation ID. |
HasDownloadablePackages | boolean | 1..* | An array of flags indicating whether corresponding activation IDs have downloadable packages or not. The array corresponds in size and order to the activation ids array, so each flag indicates whether the activation ID in the same position has Download Packages or not. |
Name | Type |
---|---|
checkDownloadPackages | Method |
The following XML fragment illustrates an checkDownloadPackagesResponse message:
<ns2:checkDownloadPackagesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
<ns2:ActivationId>AS-4700-06C4-025d-e41</ns2:ActivationId>
<ns2:ActivationId>ACT-2dc7-cfA3-915d-e41</ns2:ActivationId>
<ns2:ActivationId>ACT-e316-1fF6-915d-e41</ns2:ActivationId>
<ns2:HasDownloadablePackages>false</ns2:HasDownloadablePackages>
<ns2:HasDownloadablePackages>true</ns2:HasDownloadablePackages>
<ns2:HasDownloadablePackages>false</ns2:HasDownloadablePackages>
</ns2:checkDownloadPackagesResponse>