FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setMaintenanceStateRequest message contains an element of setMaintenanceStateRequestType.
Type setMaintenanceStateRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
maintenance | maintenanceStateDataType | 1..* | Required. A setMaintenanceState request contains an array of maintenance elements for which to change the state. See maintenanceStateDataType. |
Name | Type |
---|---|
setMaintenanceState | Method |
The following XML fragment illustrates a setMaintenanceStateRequest message:
<setMaintenanceStateRequest>
<maintenance>
<maintenanceIdentifier>
<primaryKeys>
<name>Maint_basic_updated</name>
<version>1.1</version>
</primaryKeys>
</maintenanceIdentifier>
<stateToSet>DEPLOYED</stateToSet>
</maintenance>
</setMaintenanceStateRequest>