FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A countDevicesResponse message contains an element of countDevicesResponseType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
failedData | failedCountDevicesData | 0..1 | See failedCountDevicesData. |
responseData | countDevicesResponseData | 0..1 | See countDevicesResponseData. |
Name | Type |
---|---|
countDevices | Method |
The following XML fragments illustrate countDevicesResponse messages:
Sample Successful Response Data:
<countDevicesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>1</count>
</responseData>
</countDevicesResponse>
Sample Failed Response Data, if no devices match:
<countDevicesResponse>
<statusInfo>
<status>FAILURE</status>
</statusInfo>
<failedData>
<reason>9999:java.lang.NullPointerException</reason>
</failedData>
</countDevicesResponse>