FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateProductRequest

Description

An updateProductRequest message contains an element of updateProductRequestType.

Derived By

Type updateProductRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
product  updateProductDataType  1..*  Required. An updateProductRequest contains an array of product elements to be modified. See updateProductDataType.
Referenced By
Name  Type 
updateProduct  Method 
XML Example

The following XML fragment illustrates a updateProductRequest message:

<updateProductRequest>
   <product>
      <productIdentifier>
         <primaryKeys>
            <name>Product_basic</name>
            <version>1.0</version>
         </primaryKeys>
      </productIdentifier>
      <licenseModels>
         <licenseModelIdentifiers>
            <primaryKeys>
               <name>Floating Counted</name>
            </primaryKeys>
         </licenseModelIdentifiers>
         <opType>DELETE</opType>
      </licenseModels>
   </product>
</updateProductRequest>