FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateDownloadPackage

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackage  DownloadPackage  1..1  See DownloadPackage.
XML Example

The following XML fragment illustrates an updateDownloadPackage message:

<updateDownloadPackage>
     <DownloadPackage>
          <DownloadPackageID>AS-DP-031802</DownloadPackageID>
          <Description>AS Download Package 031802 - Updated</Description>
          <Version>2016R2</Version>
          <EffectiveDate>2016-03-18</EffectiveDate>
          <ExpirationDate>2016-12-31</ExpirationDate>
          <ArchiveDate>2017-01-01</ArchiveDate>
          <SortGroup>2016Releases</SortGroup>
          <ExtendedDescription>Extended Description in English for AS Download
           Package 031801</ExtendedDescription>
          <ExportComplianceClassification>
               <NLR>F</NLR>
               <ECCNCode>5D002</ECCNCode>
               <ENCCode>NON_RETAIL</ENCCode>
               <CCATSCode>Z123456</CCATSCode>
          </ExportComplianceClassification>
          <Manufacturer>
               <ManufacturerID>FlexeraInternal</ManufacturerID>
               <Name>FLEXERA1INTERNAL</Name>
               <Status>ACTIVE</Status>
          </Manufacturer>
          <ProductLine>
               <ProductLineID>ESD</ProductLineID>
               <Name>ESD</Name>
          </ProductLine>
          <EndUserLicenseAgreement>
               <Description>FLEXERAQAAgreement</Description>
          </EndUserLicenseAgreement>
          <DownloadPackageNote>AVAILABLE FOR DOWNLOAD</DownloadPackageNote>
          <PhysicalDistributionAvailable>0</PhysicalDistributionAvailable>
          <AttributeDescriptor>
               <AttributeName>PACKAGE-TYPE</AttributeName>
               <StringValue>ESD</StringValue>
          </AttributeDescriptor>
          <AlternateLanguage>
               <Language>zh</Language>
               <Description>DESCRIPTION IN CHINESE</Description>
               <ExtendedDescription>EXTENDED DESCRIPTION IN CHINESE</ExtendedDescription>
               <DownloadPackageNote>AVAILABLE FOR DOWNLOAD IN CHINESE</DownloadPackageNote>
          </AlternateLanguage>
     </DownloadPackage>
</updateDownloadPackage>