getKeyWordsData
This method allows searching for keywords. To use it, it is necessary to follow the standard documented below:
Java class | |
---|---|
Request | web/wwwroot/ws/java/document/GetKeyWordsDataRequestType.java |
Return | web/wwwroot/ws/java/document/GetKeyWordsDataResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
WORDS | X | Matrix 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 |
---|---|
return | SUCCESS: 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. |