FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getUsersForProductCategoryResponse message contains an element of getUsersForProductCategoryResponseType.
Type getUsersForProductCategoryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
userData | getUsersForProductCategoryResponseDataType | 0..1 | A geUsersForProductCategoryResponseDataType contains an array of userData elements. See geUsersForProductCategoryResponseDataType. |
|||||||||
Name | Type |
---|---|
getUsersForProductCategory | Method |
The following XML fragment illustrates a successful getUsersForProductCategoryResponse message:
<getUsersForProductCategoryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<userData>
<user>
<userName>admin</userName>
</user>
<user>
<userName>p1admin</userName>
</user>
<user>
<userName>pcuser</userName>
</user>
</userData>
</getUsersForProductCategoryResponse>
The following XML fragment illustrates a failed getUsersForProductCategoryResponse message:
<getUsersForProductCategoryResponse>
<statusInfo>
<status>FAILURE</status>
<reason>There is no such Product Category with provided ID/Name!</reason>
</statusInfo>
</getUsersForProductCategoryResponse>