PRCS_SCHEDULE_BIPUBLISHER

This service operation schedules non unique BI Publisher processes.

Request Message: PRQ_SCHEDULE_BIPUBLISHER_REQ

Element Name Description

ReportName

Specifies the name of the report.

RunControlId

Specifies a new or an existing run control ID.

PromptName

Specifies name of the prompt for the report.

PromptValue

Specifies prompt value for its matching query prompt.

DistributionIdType

Specify either User or Role.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_PSQUERY_REQ.VERSION_1">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:Security soap:mustUnderstand="1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
      <wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
        <wsse:Username>VP1</wsse:Username>
        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</wsse:Password>
      </wsse:UsernameToken>
    </wsse:Security>
  </soapenv:Header>
   <soapenv:Body>
      <prq:ScheduleBIPublisher>
         <ReportName>AMDE5001</ReportName>
         <RunParam>
	     <Prompts>
                <PromptName>OPRID</PromptName>
                <PromptValue>password</PromptValue>
             </Prompts>
	     <Prompts>
                <PromptName>RUN_CNTL_ID</PromptName>
                <PromptValue>test</PromptValue>
             </Prompts>
         </RunParam>
         <RunControlId>AMDE5001</RunControlId>
      </prq:ScheduleBIPublisher>
   </soapenv:Body>
</soapenv:Envelope>

Response Message: PRQ_SCHEDULE_BIPUBLISHER_RES

Element Name Description

ProcessInstance

Specifies a number representing a process instance for running the report.

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:ScheduleBIPublisherResponse xsi:schemaLocation="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_BIPUBLISHER_RES.VERSION_1 PRQ_SCHEDULE_BIPUBLISHER_RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_BIPUBLISHER_RES.VERSION_1">
         <ProcessInstance>10570</ProcessInstance>
      </prq:ScheduleBIPublisherResponse>
   </soapenv:Body>
</soapenv:Envelope>