getKeyWordRequestStatus
This method allows returning:
- Data of the status of a keyword request.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web\wwwroot\ws\java\servicer\GetKeyWordRequestStatusRequestType.java |
Return | web\wwwroot\ws\java\servicer\GetKeyWordRequestStatusResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDREQUEST | X | Request ID #. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:srequest">
<soapenv:Header/>
<soapenv:Body>
<urn:getKeyWordRequestStatus>
<urn:idrequest>?</urn:idrequest>
</urn:getKeyWordRequestStatus>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: Returns a vector with the request data: â–ª NMUSEREMIT - Name of the user who issued the request. â–ª DTREQUEST - Request date. â–ª FGPHASE - Step in which the request is: 1 - Issue 2 - Approval 3 - To be executed 4 - Being executed 5 - Closure 6 - Finished 7 - Cancelled â–ª CANCELREASON - For cancelled or rejected requests; it indicates the reason. â–ª KEYWORDCREATED - For finished requests; it indicates the created keyword. FAILURE: Returns a message regarding the error that occurred. |