PRCS_PRINT_JOB_HTML_REPORT
This service operations retrieves an HTML formatted report in a tree displaying all items in a job or jobset, as defined in the Job Definition component.
Request Message: PRQ_PRINTJOBHTMLREPORT_REQ
| Element Name | Description |
|---|---|
|
JobName |
Specifies the name of the job. |
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_PRINT_JOBHTMLREPORT_REQ.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<prq:PrintJobHTMLReport>
<JobName>3SQR</JobName>
</prq:PrintJobHTMLReport>
</soapenv:Body>
</soapenv:Envelope>
PRQ_PRINTJOBHTMLREPORT_RES
| Element Name | Description |
|---|---|
|
HTMLReport |
Returns an HTML formatted report in a tree displaying all items in a job or jobset. |
Example Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>null</faultstring>
<detail>
<IBResponse type="error">
<DefaultTitle>Integration Broker Response</DefaultTitle>
<StatusCode>20</StatusCode>
<MessageID>554</MessageID>
<DefaultMessage>Encryption and Digital Signed or Https required for Service Operation PRCS_PRINT_JOBHTMLREPORT. (158,554)</DefaultMessage>
<MessageParameters>
<Parameter>PRCS_PRINT_JOBHTMLREPORT</Parameter>
</MessageParameters>
</IBResponse>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>