Configure Oracle E-Business Suite Integrated SOA Gateway for REST Services

Steps:

1) Source the run file system and run the following script:
Note: If your Oracle E-Business Suite instance is configured with multiple nodes, perform this step on the Oracle E-Business Suite primary node.
Source the applications run file system environment file:

source <EBS_INSTALL_BASE>/EBSapps.env
Enter 'R' for the run file system.

2) Run the following script:
perl $FND_TOP/patch/115/bin/ISGRestSetup.pl
The script prompts you to enter the following information:

Enter the password for APPS user:
'APPS' is the default Oracle E-Business Suite database user name. Provide the associated password for the user.

Enter Oracle E-Business Suite's WebLogic Server Admin User Name: [weblogic]
'weblogic' is the default Oracle WebLogic Server Admin user name.

Enter the password for weblogic user:
Provide the associated password for above Oracle WebLogic Server Admin user 'weblogic'.

When the script starts to configure the environment for REST services, the following message appears:

Configuring Oracle E-Business Suite Integrated SOA Gateway for REST Services. Please wait, as this may take a few minutes.
Log file for each step is located at <current working directory>
Note that the setup may take a few minutes to complete. The completion status would be displayed on terminal. Log files are written in the current directory.

3)Once the configuration script completes successfully, you can check the log file for more information. If the script ends with errors, then errors and warnings are listed in the log file and other log files in the same directory.

Note: The above script creates and deploys the data source "ISGDatasource" on the Oracle E-Business Suite WebLogic Admin server and "oafm_cluster1" server. You can size up the data source connection pool as per the REST service request volume.

4) If your Oracle E-Business Suite release is earlier than 12.2.9, then run adop phase=fs_clone on Oracle E-Business Suite 12.2 enabled for Online Patching to copy the REST configurations done above to the other file system






If you like please follow and comment