How to Invoke ESS Job from Object function/Global Function groovy script
Content
How to Invoke ESS Job from Object function/Global Function groovy script?
I have configured this service https://<hostname>/fscmService/ErpIntegrationService?WSDL under webservices and trying to use submitESSJobRequest method.
Script:
def jobPkgName = '/oracle/apps/ess/cdm/foundation/parties/';
def jobDefName = 'HzPartyUserGuidSyncJob';
def parameterList;
def returnData = adf.webServices.TEST_WB.submitESSJobRequest(jobPkgName, jobDefName, parameterList);
Please share any samples/blog spots which explain with an example
Thanks,
Shivakumar
0