Skip to main content
Version: 2.2.1

getKeyWords

This method allows searching for keywords. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb/wwwroot/ws/java/document/GetKeyWordsRequestType.java
Returnweb/wwwroot/ws/java/document/GetKeyWordsResponseType.java

Request:

ID #RequiredDescription
LETTERSXMatrix with the first letters of the keywords to be searched for.
Note: The ’*’ character may be used as a wildcard.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:getKeyWords>
<urn:letters>
<!--0 to 1000 repetitions:-->
<urn:document>?</urn:document>
</urn:letters>
</urn:getKeyWords>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: returns a matrix with the found keywords.
FAILURE: 0: Message with the error found.