FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createDownloadPackageResponse

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 createDownloadPackageResponse message:

<createDownloadPackageResponse>
     <DownloadPackageTransactionResult>
          <TransactionResult>
               <TransactionID>2291779157</TransactionID>
               <TransactionStatus>SUCCESS</TransactionStatus>
               <ProcessedTime>2016-02-22T21:55:22.528Z</ProcessedTime>
          </TransactionResult>
          <DownloadPackage>
               <DownloadPackageID>AS-DOWNLOADPACKAGE-02</DownloadPackageID>
               <Description>AS DOWNLOAD PACKAGE 02</Description>
               <Version>2016R1</Version>
               <EffectiveDate>2016-02-01</EffectiveDate>
               <ExpirationDate>2016-07-31</ExpirationDate>
               <ArchiveDate>2016-08-01</ArchiveDate>
               <SortGroup>2016</SortGroup>
               <ExtendedDescription>DOWNLOAD PACKAGE VERSION 2016R1</ExtendedDescription>
               <ExportComplianceClassification>
                    <NLR>No</NLR>
                    <ECCNCode>5D002</ECCNCode>
                    <ENCCode>NON_RETAIL</ENCCode>
                    <CCATSCode>Z123456</CCATSCode>
               </ExportComplianceClassification>
               <ProductLine/>
               <EndUserLicenseAgreement>
                    <Description xsi:nil="true"/>
               </EndUserLicenseAgreement>
               <EvaluationEndUserLicenseAgreement>
                    <Description xsi:nil="true"/>
               </EvaluationEndUserLicenseAgreement>
               <DownloadPackageNote>IN ORDER TO DOWNLOAD FILES FROM THE DOWNLOAD PACKAGE,
                CLICK THE DOWNLOAD PACKAGE NAME</DownloadPackageNote>
               <PhysicalDistributionAvailable>0</PhysicalDistributionAvailable>
               <AttributeDescriptor>
                    <AttributeName>PACKAGE_TYPE</AttributeName>
                    <StringValue>INSTALLATION</StringValue>
               </AttributeDescriptor>
               <AlternateLanguage>
                    <Language>zh</Language>
                    <Description>DESCRIPTION IN MANDARIN</Description>
                    <ExtendedDescription>EXTENDED DESCRIPTION IN MANDARIN</ExtendedDescription>
                    <DownloadPackageNote>NOTES IN MANDARIN</DownloadPackageNote>
               </AlternateLanguage>
          </DownloadPackage>
     </DownloadPackageTransactionResult>
</createDownloadPackageResponse>