FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
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. |
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>