Getting error while submitting ESS job based on a schedule using submitRecurringRequest of EssWebSer
Summary
Getting error while trying to submit ESS job using submitRecurringRequest of EssWebService WSDLContent
I am using submitRecurringRequest of EssWebService WSDL, to schedule the submission of a ESS job from SOAP_UI.
Payload:
<sch:submitRecurringRequest>
<sch:description>ABC</sch:description>
<sch:jobDefinitionId>
<!--Optional:-->
<typ:name>ABC</typ:name>
<!--Optional:-->
<typ:packageName>oracle/apps/ess/custom/oracle/apps/ess/financials/generalLedger/programs/common</typ:packageName>
<!--Optional:-->
<typ:type>JOB_DEFINITION</typ:type>
</sch:jobDefinitionId>
<sch:scheduleId>
</sch:scheduleId>
<sch:triggerId>
</sch:triggerId>
<sch:application>FscmEss</sch:application>
<sch:requestedStartTime>2020-04-03T12:25:14.993Z</sch:requestedStartTime>
<sch:requestedEndTime>2020-04-03T12:26:14.993Z</sch:requestedEndTime>