No Call Back from Oracle Enterprise Scheduler (ESS) onJobCompletion()
(Doc ID 2171875.1)
Last updated on APRIL 28, 2020
Applies to:
Oracle Fusion Global Human Resources - Version 11.1.11.1.0 to 11.12.1.0.0 [Release 1.0]Information in this document applies to any platform.
Symptoms
1. Developers created a web service using JAVA where a method of a service operation with the name "onJobCompletion" was exposed . This web service is hosted on a PaaS environment.
This step has been created by selecting "onJobCompletion" method from "https://<hostname>/ess/esswebservice?wsdl" callback web service.
a. A custom table was created in PaaS database to store the request received when Oracle HCM Cloud invokes "onJobCompletion" method.
b. The "onJobCompletion" method was tested from SOAP UI. Developers verified that the values are properly inserted into the table created in the PaaS environment. This service currently does not need any authorization.
c. A test program was created which calls "getCompletionStatus" method of "https://<hostname>/ess/esswebservice?wsdl" web service.
d. Developers created a request message by providing request id and also set the WS-ADDRESSING properties for callback. The value for "ReplyTo" property was set with the callback URL which we received when we deployed the callback web service on the PaaS environment.
Developers are not getting a callback request from Oracle HCM Cloud upon completion of the HDL process.
Developers expect a call back from Oracle Enterprise Scheduler onJobCompletion() .
The issue can be reproduced at will with the following steps:
1. The design was built from the following reference.
Oracle Fusion Middleware Developer's Guide for Oracle Enterprise Scheduler
Section 11.2.3
onJobCompletion() following ws-addressing where ESSWebservice captures the caller's address in the incoming call"
Fusion Applications ESS Server Diagnostic log Errors
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |