PRCS_GETREPORT

This service operation is used to retrieve a report from the report repository.

Request Message: PRQ_GETREPORT_REQ

Element Name Description

ContentID

The content ID for the report.

Use service operation PRCS_GETREQUEST to retrieve the content ID for the report.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:⇒
prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETREPORT_REQ.VERSION_⇒
1">
   <soapenv:Header/>
   <soapenv:Body>
      <prq:GetReport>
         <ContentId>9999917</ContentId>
      </prq:GetReport>
   </soapenv:Body>
</soapenv:Envelope>

Response Message:

Element Name Description

Content ID

Content ID.

Report URL

Returns the URL to the report, log. and trace files.

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:GetReportResponse xsi:schemaLocation="http://xmlns.oracle.com⇒
 /Enterprise/Tools/schemas/PRQ_GETREPORT_RES.VERSION_1 PRQ_GETREPORT_RES.VERSION_⇒
1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETREPORT_⇒
RES.VERSION_1">
         <Report>
            <ContentID>9999917</ContentID>
            <ReportDetails>
               <ReportURL>//ple-infodev-08.example.com:8010/psreports/QEDMO⇒
/9999917/DDDAUDIT_9999951.PDF</ReportURL>
               <ReportDescription>Portable Document Format</ReportDescription>
            </ReportDetails>
            <ReportDetails>
               <ReportURL>//ple-infodev-08.example.com:8010/psreports/QEDMO⇒
/9999917/DDDAUDIT_9999951.out</ReportURL>
               <ReportDescription>Trace File</ReportDescription>
            </ReportDetails>
            <ReportDetails>
               <ReportURL>//ple-infodev-08.example.com:8010/psreports/QEDMO⇒
/9999917/SQR_DDDAUDIT_9999951.log</ReportURL>
               <ReportDescription>Message Log</ReportDescription>
            </ReportDetails>
         </Report>
      </prq:GetReportResponse>
   </soapenv:Body>
</soapenv:Envelope>