How to Create a Configuration Plan with the WLST Utility
As an alternative to using Oracle JDeveloper, you can use the WLST command line utility to perform the following configuration plan management tasks:
-
Generate a configuration plan for editing:
sca_generatePlan(configPlan, sar, composite, overwrite, verbose)
-
Attach the configuration plan file to the SOA composite application JAR file:
sca_attachPlan(sar, configPlan, overwrite, verbose)
-
Validate the configuration plan:
sca_validatePlan(reportFile, configPlan, sar, composite, overwrite, verbose)
-
Extract a configuration plan packaged with the JAR file for editing:
sca_extractPlan(sar, configPlan, overwrite, verbose)
For information about using these commands, see WLST Command Reference for SOA Suite.