FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: assignDownloadPackageToProduct

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Product  ProductIDType  1..1  See ProductIDType.
DownloadPackage  DownloadPackageIDType  1..1  See DownloadPackageIDType.
XML Example

The following XML fragment illustrates an assignDownloadPackageToProduct message:

<assignDownloadPackageToProduct>
     <Product>
          <ProductName>AS-ESDProduct-011401</ProductName>
          <ProductVersion>1.0</ProductVersion>
     </Product>
     <DownloadPackage>
          <DownloadPackageID>AS-DP1</DownloadPackageID>
     </DownloadPackage>
</assignDownloadPackageToProduct>