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