FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createDownloadPackage

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.
OpType  OpTypeType  0..1  See OpTypeType.
XML Example

The following XML fragment illustrates a createDownloadPackage message:

<createDownloadPackage>
      <DownloadPackage>
           <DownloadPackageID>AS-DOWNLOADPACKAGE-02</DownloadPackageID>
           <Description>AS DOWNLOAD PACKAGE 02</Description>
           !--Optional:-->
           <Version>2016R1</Version>
           !--Optional:-->
           <EffectiveDate>2016-02-01</EffectiveDate>
           !--Optional:-->
           <ExpirationDate>2016-07-31</ExpirationDate>
           !--Optional:-->
           <ArchiveDate>2016-08-01</ArchiveDate>
           <!--Optional:-->
           <SortGroup>2016</SortGroup>
           <!--Optional:-->
           <ExtendedDescription>DOWNLOAD PACKAGE VERSION 2016R1</ExtendedDescription>
           <!--Optional:-->
           <ExportComplianceClassification>
                <!--Optional:-->
                <NLR>F</NLR>
                <!--Optional:-->
                <ECCNCode>5D002</ECCNCode>
                <!--Optional:-->
                <ENCCode>NON_RETAIL</ENCCode>
                <!--Zero or more repetitions:-->
                <CCATSCode>Z123456</CCATSCode>
           </ExportComplianceClassification>
           <!--Optional:-->
           <Manufacturer>
                <ManufacturerID>AS-FLEXERAQA</ManufacturerID>
                <Name>AS-FLEXERAQA</Name>
                <!--Optional:-->
                <Status>ACTIVE</Status>
           </Manufacturer>
           <!--Optional:-->
           <ProductLine>
                <!--Optional:-->
                <ProductLineID>ESD</ProductLineID>
                <!--Optional:-->
                <Name>ESD</Name>
                <!--Optional:-->
                <Description>CREATED VIA WEB SERVICES</Description>
                <!--Optional:-->
                <Features>THIS PRODUCTLINE IS USED FOR ESD</Features>
                <!--Optional:-->
                <SortOrder>1</SortOrder>
                <!--Optional:-->
                <LicenseInformation>ESD LICENSE. CANNOT BE DISTRIBUTED.</LicenseInformation>
                <!--Zero or more repetitions:-->
                <AttributeDescriptor>
                     <AttributeName>PRODUCTLINE-ATTR1</AttributeName>
                     <!--Optional:-->
                     <StringValue>ESD</StringValue>
                </AttributeDescriptor>
                <!--Zero or more repetitions:-->
                <AlternateLanguage>
                     <!--Optional:-->
                     <Language>zh</Language>
                     <!--Optional:-->
                     <Name>PRODUCT LINE IN MANDARIN</Name>
                     <!--Optional:-->
                     <Description>DESCRIPTION IN MANDARIN</Description>
                     <!--Optional:-->
                     <Features>THIS PRODUCT LINE IS USED FOR ESD (IN MANDARIN)</Features>
                     <!--Optional:-->
                     <LicenseInformation>CANNOT REUSE, REDISTRIBUTE (IN MANDARIN)</LicenseInformation>
                     <!--Optional:-->
                     <Status>ACTIVE</Status>
                </AlternateLanguage>
                <!--Optional:-->
                <Status>ACTIVE</Status>
           </ProductLine>
           <!--Optional:-->
           <EndUserLicenseAgreement>
                <Description>FLEXERAQAAgreement</Description>
                <!--Optional:-->
                <Content>Created during September Prod release</Content>
           </EndUserLicenseAgreement>
           <!--Optional:-->
           <EvaluationEndUserLicenseAgreement>
                <Description>AS-TESTAGREEMENT-02</Description>
                <!--Optional:-->
                <Content>IS THIS VALID?</Content>
           </EvaluationEndUserLicenseAgreement>
           <!--Optional:-->
           <DownloadPackageNote>IN ORDER TO DOWNLOAD FILES FROM THE DOWNLOAD PACKAGE,
            CLICK THE DOWNLOAD PACKAGE NAME</DownloadPackageNote>
           <!--Optional:-->
           <PhysicalDistributionAvailable>0</PhysicalDistributionAvailable>
           <!--Zero or more repetitions:-->
           <AttributeDescriptor>
                <AttributeName>PACKAGE_TYPE</AttributeName>
                <!--Optional:-->
                <StringValue>INSTALLATION</StringValue>
           </AttributeDescriptor>
           <!--Zero or more repetitions:-->
           <AlternateLanguage>
                <!--Optional:-->
                <Language>zh</Language>
                <!--Optional:-->
                <Description>DESCRIPTION IN MANDARIN</Description>
                <!--Optional:-->
                <ExtendedDescription>EXTENDED DESCRIPTION IN MANDARIN</ExtendedDescription>
                <!--Optional:-->
                <DownloadPackageNote>NOTES IN MANDARIN</DownloadPackageNote>
           </AlternateLanguage>
     </DownloadPackage>
</createDownloadPackage>