FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getActivatableItemCountResponse message contains an element of getActivatableItemCountResponseType.
Type getActivatableItemCountResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
count | integer | 0..1 | Number of activatable items that matched the specified criteria. |
|||||||||
Name | Type |
---|---|
getActivatableItemCount | Method |
The following XML fragment illustrates a successful getActivatableItemCountResponse message:
<getActivatableItemCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<count>5</count>
</getActivatableItemCountResponse>