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