Total Pageviews

Wednesday, July 8, 2020

How to download schedule process logs using SOAP Services?


How to download schedule process logs using SOAP Services?

Webservice to download logs :  /finFunShared/FinancialUtilService

In SOAP UI create a project with Project Name and use the above WSDL URL



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

Enable Advanced Edit in HCM Extracts- After 24A update

 Enable Advanced Edit in HCM Extracts- After 24A update After 24A update Oracle deprecated the advanced edit in HCM Extracts. To Enable the ...