ESS Webservice to trigger Job Set
Summary
ESS Webservice to trigger Job SetContent
Hi,
Could someone share sample payload to trigger Job Set and get its completion status using ESS Webservice.
When tried to trigger getcompletionstatus, Was getting 202 accepted rather than 200 OK. Here is the payload used.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://xmlns.oracle.com/scheduler">
<soapenv:Header/>
<soapenv:Body>
<sch:getCompletionStatus>
<sch:requestId>217456</sch:requestId>
</sch:getCompletionStatus>
</soapenv:Body>
</soapenv:Envelope>
Appreciate your inputs.
1