Friday, November 1, 2019

12c SOA - Rename a SOA Composite using template

Rename a SOA Composite using template

Follow the steps:
Right click on the composite to be renamed ⇾Create SOA Template
 Provide a template name
 Finish
 New⇾Project
 SOA project
 Provide the new name
 Choose the SOA template created
 Composite is successfully renamed.

No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...