Thursday 7 December 2023

How to submit ESS Job request using SoapUI in Oracle Fusion

Submit ESS Job request using SOAP UI using SOAP web service ERP Integration Service

Step1: Navigate to oracle document.

https://docs.oracle.com/en/cloud/saas/financials/23d/oeswf/erpintegrationservice-d16476e420.html#u30243249

 

Step2: Select ERP Integration Service

Step3: Copy Service WSDL URL


Step4 : Replace servername with Fusion ERP URL from Service WSDL URL: https://servername/fscmService/ErpIntegrationService?WSDL

e.g. if your fusion ERP URL is https://fa-makd-saasfademo1.ds-fa.oraclepdemos.com/fscmUI

Then replace server name with fusion URL as given below.

e.g. WSDL URL: https://fa-makd-saasfademo1.ds-fa.oraclepdemos.com/fscmService/ErpIntegrationService?WSDL

Step5: Open SoapUI tool and enter project name and WSDL


Step6: Click on OK button , it will fetch service details 


Step7: Expand ERPINtegrationServiceSoapHttp service and select SubmitESSJobRequest


Step8 : Login to Fusion application and got to Manage Job and schedule from Setup and Maintenance 

Step9: Enter details for Job package name and Job Definition Name 


Step10 : submit SOAP request

Check output


You can see same ESS job request id get submitted in ERP application 




No comments:

Post a Comment

How to resolve issue for BIP RTF template XML tags showing value as <?ref: 0000xx?>

 How to resolve issue for BIP RTF template XML tags showing value as <?ref: 0000xx?>  Sometime these xml data tags automatically chang...