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 | ||
ProductDisassociationResult | ProductDisassociationResult | 1..1 | See ProductDisassociationResult. |
The following XML fragment illustrates a successful removeDownloadPackageFromProductResponse message:
<removeDownloadPackageFromProductResponse>
<ProductDisassociationResult>
<TransactionResult>
<TransactionID>2171681993</TransactionID>
<TransactionStatus>SUCCESS</TransactionStatus>
<ProcessedTime>2016-04-15T18:39:08.624Z</ProcessedTime>
</TransactionResult>
<Product>
<ProductName>AS-ESDProduct-011401</ProductName>
<ProductVersion>1.0</ProductVersion>
</Product>
<DownloadPackage>
<DownloadPackageID>AS_DP_09</DownloadPackageID>
</DownloadPackage>
</ProductDisassociationResult>
</removeDownloadPackageFromProductResponse>