FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: setMaintenanceStateRequest

Description

A setMaintenanceStateRequest message contains an element of setMaintenanceStateRequestType.

Derived By

Type setMaintenanceStateRequestType

Content Model

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.
Referenced By
Name  Type 
setMaintenanceState  Method 
XML Example

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>