I'm using Jdeveloper 12.2.1.3 and ADF as UI for Oracle BPM.
The use case is that I need to show read only data in a region view, as a result of a SOAP web service call. The web service operation call need an String id as a parameter, passed to the region as a parameter, and saved in a manage bean. After the web service call, I must set the binding layer with values, or maybe call a loadData(String id) method in the datacontrol used in the view.
The question is where to execute the web service call?, since in the constructor of the manage bean the parameters passed to the region are still null, and if I use a default activity in the taskflow with a method call, the parameter value has it's value, but there is no access to the binding layer since the view is not loaded yet. Is there any way of load the datacontrol data without using the binding layer from a taskflow method call? or is there a better approach.
Best Regards