Oracle SOA Suite wsadmin and WLST Command Differences

4-4 Oracle Fusion Middleware Third-Party Application Server Guide

4.2.1 Oracle SOA Suite wsadmin and WLST Command Differences

All Oracle SOA Suite wsadmin commands supported by IBM WebSphere have equivalent WebLogic Scripting Tool WLST commands. Table 4–1 describes differences between wsadmin and WLST. Table 4–1 Differences Between wsadmin and WLST Issue WLST wsadmin wsadmin command line syntax WLST commands are prefixed with sca_. For example: sca_deployCompositehttp: adc10:9080,tmpsca_HelloWorld_ rev1.0.jar All wsadmin commands are prefixed with soa. to the front of sca_. For example: soa. sca_deployCompositehttp: adc10:9080, tmpsca_ HelloWorld_rev1.0.jar Boolean type You use truefalse or 10. You must use 10. Composite management commands You run WLST commands in offline mode. You run wsadmin commands in online mode. Command names and signatures are slightly different from WLST commands: ■ Mb is attached to the end of the command. ■ Signatures do not include properties for host, port, user, or password. To start a composite: soa.sca_startCompositeMbcompositeName, revision, label, partition To stop a composite: soa.sca_stopCompositeMbcompositeName, revision, label, partition To activate a composite: soa.sca_activateCompositeMbcompositeName, revision, label, partition To retire a composite: soa.sca_retireCompositeMbcompositeName, revision, label, partition To assign a default composite: soa.sca_ assignDefaultCompositeMbcompositeName, revision, partition To get a default composite revision: soa.sca_ getDefaultCompositeRevisionMbcomposite Name, partition To list deployed composites: soa.sca_listDeployedCompositesMb To list all composites in the given partition: soa.sca_ listCompositesInPartitionMbpartition Note: wsadmin online commands using MBeans may not provide specific error details. Instead, you may see just an MBeanException. Managing Oracle SOA Suite on IBM WebSphere 4-5 Execute Oracle SOA Suite wsadmin commands from the ORACLE_HOME_for_ SOA commonbin directory: cd ORACLE_HOME_for_SOAcommonbin .wsadmin.sh To invoke online help for Oracle SOA Suite commands, enter the following: wsadmin print OracleHelp.helpsoa To invoke online help for a specific command, enter the following: wsadmin print OracleHelp.helpsoa.sca_deployComposite For more information about wsadmin commands, see Section 3.1.3, Using the Oracle Fusion Middleware wsadmin Commands . For information about the equivalent Oracle SOA Suite WLST commands, see Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

4.2.2 Configuring the WebSphere Application Client for Use with Oracle JDeveloper