FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMaintenanceCountResponse message contains an element of getMaintenanceCountResponseType.
Type getMaintenanceCountResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getCountResponseDataType | 0..1 | Contains an integer count element. |
|||||||||
Name | Type |
---|---|
getMaintenanceCount | Method |
The following XML fragment illustrates a successful getMaintenanceCountResponse message:
<getMaintenanceCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>1</count>
</responseData>
</getMaintenanceCountResponse>