PRCS_GETPROCESSNAMES

Use this service operation to retrieve a list of process names.

Request Message: PRQ_GETPROCESSNAMES_REQ

Element Name Description

ProcessType

Process type. Process type is case-sensitive.

Use service operation PRCS_GETPROMPT with ParameterName ProcessTypes for a list of valid process types.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:⇒
prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETPROCESSNAMES_⇒
REQ.VERSION_1">
   <soapenv:Header/>
   <soapenv:Body>
      <prq:GetProcessNames>
         <ProcessType>XML Publisher</ProcessType>
      </prq:GetProcessNames>
   </soapenv:Body>
</soapenv:Envelope>

Response Message: PRQ_GETPROCESSNAMES_RES

Element Name Description

ProcessName

Returns a list of process names.

Example Response:

<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:GetProcessNamesResponse xsi:schemaLocation="http://xmlns.oracle.com⇒
/Enterprise/Tools/schemas/PRQ_GETPROCESSNAMES_RES.VERSION_1 PRQ_GETPROCESSNAMES_⇒
RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas⇒
/PRQ_GETPROCESSNAMES_RES.VERSION_1">
         <ProcessName>PSXPQRYRPT</ProcessName>
         <ProcessName>QE_ETEXT</ProcessName>
         <ProcessName>QE_GLX8100</ProcessName>
         <ProcessName>QE_I9</ProcessName>
         <ProcessName>QE_LOCALE</ProcessName>
         <ProcessName>QE_TIMEZONE</ProcessName>
         <ProcessName>QE_UNICODE</ProcessName>
         <ProcessName>QE_XMD_BURST</ProcessName>
         <ProcessName>QE_XMD_XLS</ProcessName>
         <ProcessName>QE_XMLDOC</ProcessName>
         <ProcessName>XRFWIN</ProcessName>
      </prq:GetProcessNamesResponse>
   </soapenv:Body>
</soapenv:Envelope>