getKeyWords
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/GetKeyWordsRequestType.java |
Return | web/wwwroot/ws/java/document/GetKeyWordsResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
LETTERS | X | Matrix 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 |
---|---|
return | SUCCESS: returns a matrix with the found keywords. FAILURE: 0: Message with the error found. |