How to Point the SOAP WSDL and REST WADL URL to target(cloned) system after the cloning in 12.1.3 and 12.2.x


Below scripts needs to be run as Post clone steps to repoint the SOAP WSDL and REST WADL URL to target system after the cloning

For 12.1.3

Log in to Oracle E-Business Suite application tier and execute the following script:

$FND_TOP/bin/postclone.sh
Enter service type (SOAP/REST/BOTH) :
To clone SOAP services, enter "SOAP" as the Service Type value.
This postclone.sh script writes results to the $INST_TOP/soa/SOAPPostCloneResults.txt file. It includes postclone status and WSDL URL for each deployed interface. If the script fails to redeploy an interface, it is also mentioned in this file.

To clone REST services, enter "REST" as the Service Type value.
The script writes results to the $INST_TOP/soa/RESTPostCloneResults.txt file. It includes postclone status and WADL URL for each deployed interface. If the script fails to redeploy an interface, it is also mentioned in this file.

To clone both SOAP and REST services, enter "BOTH" as the Service Type value.
The script writes results to SOAPPostCloneResults.txt for SOAP services and RESTPostCloneResults.txt for REST services.


 For 12.2.x


Log in to Oracle E-Business Suite middle tier and run the following script:

ant -f  $JAVA_TOP/oracle/apps/fnd/isg/ant/isgDesigner.xml -Dactions="postclone" -Dverbose=ON
Enter Service Type :  (SOAP, [REST], BOTH)
Important: If an API has overloaded methods, the postclone script may not work as expected. Hence, before running the script, make a note of the deployed overloaded methods. Additionally, after running the script, redeploy the overloaded methods from Oracle Integration Repository UI page or using backend script.

Note that the postclone script for cloning REST services is currently certified with Oracle E-Business Suite shared file system.

 

To clone SOAP services, select "SOAP" as the Service Type value.
A report file PostCloneResults.txt is generated. This file is created on the Oracle SOA Suite instance in <DBSID>.ISG_TEMP_DIRECTORY_LOCATION mentioned in the <TEMP>/appsutil/<CONTEXT>/bpel/isg_contextfile.properties file.

To clone REST services, leave the default selection "REST" as the Service Type value.
The script writes results to the $INST_TOP/soa/RESTPostCloneResults.txt file. It includes postclone status and WADL URL for each deployed interface. If the script fails to redeploy an interface, it is also mentioned in this file.

To clone both SOAP and REST services, select "BOTH" as the Service Type value.
The script writes results to PostCloneResults.txt for SOAP services and RESTPostCloneResults.txt for REST services.



References:

How to Point the SOAP WSDL and REST WADL URL to target(cloned) system after the cloning in 12.1.3 and 12.2.x (Doc ID 2778247.1)





If you like please follow and comment