Skip to main content
Version: 2.2.1

getKeyWordsData

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/GetKeyWordsDataRequestType.java
Returnweb/wwwroot/ws/java/document/GetKeyWordsDataResponseType.java

Request:

ID #RequiredDescription
WORDSXMatrix with the keywords to be searched for.

Request structure:

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

Return:

ID #Description
returnSUCCESS: Returns an object matrix with the following indexes:
â–ª IDKEYWORD: Keyword;
â–ª NMKEYWORD: Keyword meaning;
â–ª SYNONYMS: Vector string with the keyword synonyms.
FAILURE: 0: Message with the error found.