FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: setUniformSuiteStateRequest

Description

A setUniformSuiteStateRequest message contains an element of setUniformSuiteStateRequestType.

Derived By

Type setUniformSuiteStateRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
suite  uniformSuiteStateDataType  1..*  Required. A setUniformSuiteState request contains an array of suite elements for which to change the state. See uniformSuiteStateDataType.
Referenced By
Name  Type 
setUniformSuiteState  Method 
XML Example

The following XML fragment illustrates a setUniformSuiteStateRequest message:

<setUniformSuiteStateRequest>
   <suite>
      <suiteIdentifier>
         <primaryKeys>
            <name>UniformSuite_basic</name>
            <version>1.0</version>
         </primaryKeys>
      </suiteIdentifier>
      <stateToSet>DEPLOYED</stateToSet>
   </suite>
</setUniformSuiteStateRequest>