Navigation:  Integration via SOAP web services > Published web services > Request >

getKeyWordRequestStatus

Previous  Top  Next

This method enables to return:

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 #.

 

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 the request is in:

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 with the error that occurred.