FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setMaintenanceStateResponse message contains an element of setMaintenanceStateResponseType.
Type setMaintenanceStateResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedMaintenanceStateDataListType | 0..1 | Information about the maintenance products whose state was not set is listed in the failedData element. See failedMaintenanceStateDataListType. |
|||||||||
Name | Type |
---|---|
setMaintenanceState | Method |
The following XML fragment illustrates a successful setMaintenanceStateResponse message:
<setMaintenanceStateResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</setMaintenanceStateResponse>