FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateDownloadPackageResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

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

The following XML fragment illustrates a successful updateDownloadPackageResponse message:

<updateDownloadPackageResponse>
     <DownloadPackageTransactionResult>
          <TransactionResult>
               <TransactionID>2171679953</TransactionID>
               <TransactionStatus>SUCCESS</TransactionStatus>
               <ProcessedTime>2016-04-15T16:35:30.162Z</ProcessedTime>
          </TransactionResult>
          <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>No</NLR>
                    <ECCNCode>5D002</ECCNCode>
                    <ENCCode>NON_RETAIL</ENCCode>
                    <CCATSCode>Z123456</CCATSCode>
               </ExportComplianceClassification>
               <Manufacturer>
                    <ManufacturerID>FlexeraInternal</ManufacturerID>
                    <Name xsi:nil="true"/>
               </Manufacturer>
               <ProductLine>
                    <ProductLineID>ESD</ProductLineID>
               </ProductLine>
               <EndUserLicenseAgreement>
                    <Description xsi:nil="true"/>
               </EndUserLicenseAgreement>
               <EvaluationEndUserLicenseAgreement>
                    <Description xsi:nil="true"/>
               </EvaluationEndUserLicenseAgreement>
               <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>
     </DownloadPackageTransactionResult>
</updateDownloadPackageResponse>