FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getProductCountResponse message contains an element of getProductCountResponseType.
Type getProductCountResponseType
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. See getCountResponseDataType. |
|||||||||
Name | Type |
---|---|
getProductCount | Method |
The following XML fragment illustrates a successful getProductCountResponse message:
<getProductCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>1</count>
</responseData>
</getProductCountResponse>