|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setUniformSuiteStateRequest message contains an element of setUniformSuiteStateRequestType.
Type setUniformSuiteStateRequestType
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. |
| Name | Type |
|---|---|
| setUniformSuiteState | Method |
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>