SOAP service to new ESS job schedule succeeded, but "Edit Schedule" in UI errors out
We are using the submitInstantRecurringRequest
method of the ESS Web Service (/ess/esswebservice?WSDL
) in Oracle Fusion Applications to create a recurring job schedule.
The schedule was successfully created and executed as expected.
However, when we go to Scheduled Processes > Search for the job > Click "Edit Schedule", it throws an application error.
Payload used:
<sch:submitInstantRecurringRequest>
<sch:jobDefinitionId>
<typ:name>SyncRolesJob</typ:name>
<typ:packageName>/oracle/apps/ess/hcm/users</typ:packageName>
<typ:type>JOB_DEFINITION</typ:type>
</sch:jobDefinitionId>
<sch:iCalSchedule>FREQ=WEEKLY;INTERVAL=1;BYDAY=TU;BYHOUR=3;BYMINUTE=0;BYSECOND=0;</sch:iCalSchedule>
<sch:application>EarHcmEss</sch:application>
<sch:requestedStartTime>2025-07-22T03:00:00</sch:requestedStartTime>
Tagged:
0