Validating Oracle E-Business Suite Integrated SOA Gateway Setup for REST Services 12.2

Perform the following steps to validate the Oracle E-Business Suite Integrated SOA Gateway setup using an Ant script $JAVA_TOP/oracle/apps/fnd/isg/ant/isgDesigner.xml:

1) 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 command and verify the reports generated at $JAVA_TOP/oracle/apps/fnd/isg/ant, for any errors:

ant -f $JAVA_TOP/oracle/apps/fnd/isg/ant/isgDesigner.xml -Dfile=$JAVA_TOP/oracle/apps/fnd/isg/ant/isg_service.xml -Dverbose=OFF
Copy and paste the following URL in a web browser and you should be able to access Oracle E-Business Suite applications from this URL:   
http(s)://<EBS host name>:<port>/webservices/rest/provider/isActive/

3)When prompted, provide Oracle E-Business Suite System Administration user credentials. You should see a response, similar to the following in the browser:

<?xml version = '1.0' encoding = 'UTF-8'?>
<isActive_Output>
<OutputParameters>
<Output>ACTIVE</Output>
...
</OutputParameters>
</isActive_Output>





If you like please follow and comment