PRCS_GETPROMPT
Use this service operation to retrieve the prompts for a process.
Request Message: PRQ_GETPROMPT_REQ
| Element Name | Description |
|---|---|
|
ParameterName |
Valid values are:
All values are case-sensitive. |
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:⇒
prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETPROMPT_REQ.VERSION_⇒
1">
<soapenv:Header/>
<soapenv:Body>
<prq:GetPromptValues>
<ParameterName>RunStatus</ParameterName>
</prq:GetPromptValues>
</soapenv:Body>
</soapenv:Envelope>
Response Message: PRQ_GETPROMPT_RES
| Element Name | Description |
|---|---|
|
Prompt Value |
Returns a list of values for the request prompt. |
Example Response:
This response returns the values for Run Status.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:⇒
soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org⇒
/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<prq:GetPromptValuesResponse xsi:schemaLocation="http://xmlns.oracle.com⇒
/Enterprise/Tools/schemas/PRQ_GETPROMPT_RES.VERSION_1 PRQ_GETPROMPT_RES.VERSION_⇒
1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETPROMPT_⇒
RES.VERSION_1">
<PromptValue>Cancel</PromptValue>
<PromptValue>No Success</PromptValue>
<PromptValue>Posted</PromptValue>
<PromptValue>Not Posted</PromptValue>
<PromptValue>Resend</PromptValue>
<PromptValue>Posting</PromptValue>
<PromptValue>Generated</PromptValue>
<PromptValue>Pending</PromptValue>
<PromptValue>Warning</PromptValue>
<PromptValue>Blocked</PromptValue>
<PromptValue>Restart</PromptValue>
<PromptValue>Delete</PromptValue>
<PromptValue>Error</PromptValue>
<PromptValue>Hold</PromptValue>
<PromptValue>Queued</PromptValue>
<PromptValue>Initiated</PromptValue>
<PromptValue>Processing</PromptValue>
<PromptValue>Cancelled</PromptValue>
<PromptValue>Success</PromptValue>
</prq:GetPromptValuesResponse>
</soapenv:Body>
</soapenv:Envelope>