FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: checkDownloadPackagesResponse

Description

A checkDownloadPackagesResponse message contains an element of checkDownloadPackages.

Derived By

Restricting anyType

Content Model

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.
Referenced By
Name  Type 
checkDownloadPackages  Method 
XML Example

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>