|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDeviceCountResponse message contains an element of getDeviceCountResponseType.
Type getDeviceCountResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
| failedData | failedGetDevicesDataType | 0..1 | See failedGetDevicesDataType. |
| responseData | getDeviceCountResponseDataType | 0..1 | See getDeviceCountResponseDataType. |
| Name | Type |
|---|---|
| getDeviceCount | Method |
The following XML fragments illustrate getDeviceCountResponse messages:
Sample Successful Response Data:
<getDeviceCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>2</count>
</responseData>
</getDeviceCountResponse>
Sample Failed Response Data, if no devices match:
<getDeviceCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>0</count>
</responseData>
</getDeviceCountResponse>