Skip to main content
Version: 2.2.2

searchCategory

This method allows listing all the categories saved in the system to which the authenticated user has view access.

To use this method, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/document/SearchCategoryRequestType.java
Returnweb/wwwroot/ws/java/document/SearchCategoryResponseType.java

Request:

No parameter is required for the request.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:searchCategory/>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Matrix with the search result:
â–ª CDCATEGORY: Category code; CDCATEGORYOWNER: Upper lever category code (0 = Root category);
â–ª IDCATEGORY: Category ID #;
â–ª NMCATEGORY: Category name;
FAILURE: -1