FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteMaintenanceResponse message contains an element of deleteMaintenanceResponseType.
Each maintenance product in the deleteMaintenanceRequest is deleted as an atomic unit; deleting each either succeeds or fails. No specific information is returned about maintenance products that were deleted successfully.
Type deleteMaintenanceResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedDeleteMaintenanceDataListType | 0..1 | Information about the maintenance products that were not deleted is listed in the failedData element. See failedDeleteMaintenanceDataListType. |
|||||||||
Name | Type |
---|---|
deleteMaintenance | Method |
The following XML fragment illustrates a successful deleteMaintenanceResponse message:
<deleteMaintenanceResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</deleteMaintenanceResponse>