|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMaintenanceQueryResponse message contains an element of getMaintenanceQueryResponseType.
Type getMaintenanceQueryResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| responseData | getMaintenanceQueryResponseDataType | 0..1 | See getMaintenanceQueryResponseDataType. |
|||||||||
| Name | Type |
|---|---|
| getMaintenanceQuery | Method |
The following XML fragment illustrates a successful getMaintenanceQueryResponse message:
<getMaintenanceQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<maintenance>
<uniqueId>HID-20102</uniqueId>
<maintenanceName>Maint_basic_updated</maintenanceName>
<description>Maint_basic_updated desc</description>
<state>DRAFT</state>
</maintenance>
</responseData>
</getMaintenanceQueryResponse>