Tag: ADF

  • 3 Steps to setup jDeveloper for OAF Projects

    Step1: Identify the OAF Version required to install 1.1) First step is to identify the compatible version of OAF for your e-business suite. Not every version of OAF is compatible with every version of e-business suite. Also Note that OAF is only to be used with oracle e-business suite. You can not develop stand alone…

  • Execute BPEL Process using ADF JSF Pages

    Steps: 1.Get the WSDL URL 2.Build the JSF Page 3.Run the .jspx page Get the WSDL URL: Start your SOA Suite Open BPEL Console using http://localhost:8888/BPELConsole Click on the DatabaseAdapterTutorial that we developed in previous tutorial. You can download the code from here. Click on WSDL tab Click on the URL listed as WSDL Location…