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 | |
---|---|
Request | web/wwwroot/ws/java/document/SearchCategoryRequestType.java |
Return | web/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 |
---|---|
return | SUCCESS:Â Matrix with the search result: â–ª CDCATEGORY : Category code; CDCATEGORYOWNER : Upper lever category code (0 = Root category);â–ª IDCATEGORY : Category ID #;â–ª NMCATEGORY : Category name;FAILURE: -1 |