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 | ||
ProductAssociationResult | ProductAssociationResult | 1..1 | See ProductAssociationResult. |
The following XML fragment illustrates a successful assignDownloadPackageToProductResponse message:
<assignDownloadPackageToProductResponse>
<ProductAssociationResult>
<TransactionResult>
<TransactionID>2171679973</TransactionID>
<TransactionStatus>SUCCESS</TransactionStatus>
<ProcessedTime>2016-04-15T16:45:11.350Z</ProcessedTime>
</TransactionResult>
<Product>
<ProductName>AS-ESDProduct-011401</ProductName>
<ProductVersion>1.0</ProductVersion>
</Product>
<DownloadPackage>
<DownloadPackageID>AS-DP1</DownloadPackageID>
</DownloadPackage>
</ProductAssociationResult>
</assignDownloadPackageToProductResponse>