FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: removeDownloadPackageFromProductResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ProductDisassociationResult  ProductDisassociationResult  1..1  See ProductDisassociationResult.
XML Example

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>