Specifying Application and Composite Names

14-2 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference The Web services WLST configuration and policy management commands perform many of the same management functions that you can complete using Fusion Middleware Control. When using the WLST commands to manage a Web service of an ADF or WebCenter application, you can apply the change only to a Web service deployed in an application on a specific server. If the application is deployed in a cluster or multi-server environment, you need to make the same change to each of the servers to which the application is deployed. Additionally, when you set or change an attached policy in ADF and WebCenter Web service and client applications, you must restart the application for the changes to take effect. In contrast, if you are using the WLST commands to manage a SOA composite, you only need to issue the command once, and the change is propagated to all the server instances in the composite. When you set or change an attached policy in a SOA composite, you do not need to restart it. The SOA fabric runtime engine internally implements all of the policy management changes.

14.1.1 Specifying Application and Composite Names

The Web service WLST commands configure a Web service for a specific application. Therefore, the application path name has to uniquely identify the application and the server instance to which it is deployed. Specifying a Web Service Application Name To specify a Web service application in a WLST command, use the following format: [domainserver]application[version_number] Parameters shown in brackets [] are optional. The following examples show the sample format for a Web service application name: soainfraAdminServerHelloWorld1_0 soainfraserver1HelloWorld1_0 If there is only one deployed instance of an application in a domain, you may omit the domainserver parameter, as shown in the following example: HelloWorld1_0 In all other instances, the domainserver parameter is required. If it is not specified and WLST finds more than one deployment of the same application on different servers in the domain, you are prompted to specify the domain and the server names. Oracle Infrastructure Web Services client applications are deployed directly to WebLogic Server server instances. Each client application is managed separately. For example, if the application myapp is deployed to both the AdminServer and server1 instances in the domain mydomain, then you need to issue configuration commands to each of the servers using the appropriate application path name: mydomainAdminServermyapp1_0 mydomainserver1myapp1_0 Specifying a SOA Composite Name When there are multiple SOA partition folders in a domain, you must specify the partition name and the composite name using the following format: partitioncomposite[version] Web Services Custom WLST Commands 14-3 The following example shows the sample format for a SOA composite application name: defaultmyComposite[1.0] If there is a single SOA server non-clustered and only one SOA partition folder in a domain, you may omit the partition parameter, as shown in the following example: myComposite[1.0]

14.1.2 Web Services WLST Command Categories