How to download schedule process logs
using SOAP Services?
Webservice to download logs : /finFunShared/FinancialUtilService
Authentication:
Double click on downloadESSJobExecutionDetails
request.
This is the payload of the
request:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/financialUtilService/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:downloadESSJobExecutionDetails>
<typ:requestId>157346</typ:requestId>
</typ:downloadESSJobExecutionDetails>
</soapenv:Body>
</soapenv:Envelope>
This is the response
and attachment that we can download from SOAP UI:
Thanks
Sainath