Description Syntax Example sca_stopComposite

9-6 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

9.3.1 sca_startComposite

Command Category: Application Management Commands Use with WLST: Offline

9.3.1.1 Description

Starts a previously stopped SOA composite application.

9.3.1.2 Syntax

sca_startCompositehost, port, user, password, compositeName, revision, [label], [partition]

9.3.1.3 Example

The following example starts revision 1.0 of the HelloWorld application. wls:mydomainServerConfig sca_startCompositemyhost, 7001, weblogic, welcome1, HelloWorld, 1.0 The following example starts revision 1.0 of the HelloWorld application in the partition myPartition. wls:mydomainServerConfig sca_startCompositestadp10, 7001, weblogic, weblogic, HelloWorld, 1.0, partition=myPartition

9.3.2 sca_stopComposite

Command Category: Application Management Commands Use with WLST: Offline

9.3.2.1 Description

Stops a currently running SOA composite application.

9.3.2.2 Syntax

sca_stopCompositehost, port, user, password, compositeName, revision, [label], [partition] Argument Definition host Hostname of the Oracle WebLogic Server for example, myhost. port Port of the Oracle WebLogic Server for example, 7001. user User name for connecting to the running server to get MBean information for example, weblogic. password Password for the user name. compositeName Name of the SOA composite application. revision Revision of the SOA composite application. label Optional. Label of the SOA composite application. The label identifies the metadata service MDS artifacts associated with the application. If the label is not specified, the system finds the latest one. partition Optional. The name of the partition in which the SOA composite application is located. The default value is default. If you do not specify a partition, the default partition is searched for the SOA composite application. However, no other partitions are searched. Oracle SOA Suite Custom WLST Commands 9-7

9.3.2.3 Example

The following example stops revision 1.0 of the HelloWorld application. wls:mydomainServerConfig sca_stopCompositemyhost, 7001, weblogic, welcome1, HelloWorld, 1.0 The following example stops revision 1.0 of the HelloWorld application in the partition myPartition. wls:mydomainServerConfig sca_stopCompositestadp10, 7001, weblogic, weblogic, HelloWorld, 1.0, partition=myPartition

9.3.3 sca_activateComposite