For more information, please refer to this announcement explaining best practices for getting answers to questions.
HCM Extract SOAP Service: Extract Output Callback?
Summary
Is Callback possible for getting the HCM Extract Output?Content
Hi,
Is callback capability available for HCM Extract SOAP Web Service?
We are integrating through Oracle Integration Cloud (OIC) and refer to below straightforward flow design we have now:
1) Run Extract through submitAndGetFlowInstanceId service under '/hcmService/FlowActionsService' WSDL, which retrieve the result (Run ID, ex: 300000005568974)
2) Wait for 3 seconds WHILE result is not yet ready for retrieval (3-second wait inside a WHILE Loop, while Result not yet available)
3) Retrieve Extract Output (XML CDATA) based on the FlowInstanceName used in Step#1 through fetchExtractOutput service under '/hcmService/PayrollProcessingActionService' WSDL.
The issue is the WAIT TIME in this flow, thus we would like to explore if the CallBack activity (