|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getProductCategoriesResponse message contains an element of getProductCategoriesResponseType.
Type getProductCategoriesResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| responseData | getProductCategoriesResponseDataType | 0..1 | A getProductCategoriesResponse contains an array of responseData elements. See getProductCategoriesResponseDataType. |
|||||||||
| Name | Type |
|---|---|
| getProductCategories | Method |
The following XML fragment illustrates a successful getProductCategoriesResponse message:
<getProductCategoriesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<productCategory>
<name>ALL</name>
<description>ALL.</description>
</productCategory>
<productCategory>
<name>Uncategorized Products</name>
<description>Uncategorized Products.</description>
</productCategory>
<productCategory>
<name>CRM</name>
<description>Customer Relationship Management Products</description>
</productCategory>
</responseData>
</getProductCategoriesResponse>