FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateUniformSuiteRequest

Description

An updateUniformSuiteRequest message contains an element of updateUniformSuiteRequestType.

Derived By

Type updateUniformSuiteRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
uniformSuite  updateUniformSuiteDataType  1..*  Required. An updateUniformSuiteRequest contains an array of uniformSuite elements to be modified. See updateUniformSuiteDataType.
Referenced By
Name  Type 
updateUniformSuite  Method 
XML Example

The following XML fragment illustrates a updateUniformSuiteRequest message:

<updateUniformSuiteRequest>
   <uniformSuite>
      <suiteIdentifier>
         <primaryKeys>
            <name>S1</name>
            <version>1.0</version>
         </primaryKeys>
      </suiteIdentifier>
      <description>Desc of S1</description>
      <productAttributes>
          <attribute>
            <attributeName>PROD_NUM</attributeName>
            <integerValue>5</integerValue>
         </attribute>
      </productAttributes>
   </uniformSuite>
</updateUniformSuiteRequest>