Call esswebservice via groovy script
Content
Hi,
I need to run schedule job "Perform Assignment Data Publish, Refresh, and Synchronization" to publish the assignment rules via groovy script.
I was able to run the job but it is failing in the UI - Scheduled Process. It keeps on retrying and is not getting completed. See attached screenshot.
I wasn't able to send multiple parameters to the webservice which might be the cause of the issue. Can someone provide a sample groovy script to pass multiple parameters to ESS JOB?
def responseESS;
def description = "Publish Assignment Rules";
def jobDefinitionId =
[
name : "CacheRefresher",
packageName : "/oracle/apps/ess/crmCommon/workMgmt/assignmentMgr",
1