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