FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFeatureCountResponse message contains an element of getFeatureCountResponseType.
Type getFeatureCountResponseType
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 |
---|---|
getFeatureCount | Method |
The following XML fragment illustrates a successful getFeatureCountResponse message:
<getFeatureCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>2</count>
</responseData>
</getFeatureCountResponse>