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 a removeDownloadPackageFromProduct message:
<removeDownloadPackageFromProduct>
<Product>
<ProductName>AS-ESDProduct-011401</ProductName>
<ProductVersion>1.0</ProductVersion>
</Product>
<DownloadPackage>
<DownloadPackageID>AS_DP_09</DownloadPackageID>
</DownloadPackage>
</removeDownloadPackageFromProduct>