Description Syntax Example setWebServiceClientStubProperty

Web Services Custom WLST Commands 14-13

14.2.7.3 Example

The following example lists the client port stub properties for the JRFWssUsernamePort port of the WssUsernameClient Web module in the soainfrasoa1jwsclient_11.1.0 application. Note that the moduleType is set to wsconn, and the serviceRefName is set to WssUsernameClient. wls:soainfraserverConfiglistWebServiceClientStubProperties soainfrasoa1jwsclient_11.1.0,WssUsernameClient,wsconn, WssUsernameClient,JRFWssUsernamePort

14.2.8 setWebServiceClientStubProperty

Command Category: Web Service and Client Management Use with WLST: Online

14.2.8.1 Description

Set, change, or delete a single stub property of a Web service client port for an application or SOA composite.

14.2.8.2 Syntax

setWebServiceClientStubPropertyapplication, moduleOrCompName, moduleType, serviceRefName,portInfoName,propName,[propValue] Argument Definition application Name and path of the application for which you want to list the Web services client port stub properties. For example, domainserverapplicationversion_number To list the client port stub properties information for an application, this argument is required. moduleOrCompName Name of the Web module or SOA composite for example HelloWorld[1.0] for which you want to list the Web services client port stub properties. To list the client port stub properties information for a SOA composite, the composite name is required for example defaultHelloWorld[1.0], and the moduleType argument must be set to soa. moduleType Module type. Valid options are: ■ web—Use with asynchronous Web service callback client. ■ soa—Required for a SOA composite. ■ wsconn—Use with a connection-based Web service client such as an ADF DC Web service client, ADF JAX-WS Indirection Proxy, or WebCenter client. serviceRefName Service reference name of the application or SOA composite for which you want to list the Web service client port stub properties. portInfoName The name of the client port for which you want to list the stub properties. 14-14 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

14.2.8.3 Example

The following example sets the client port stub property keystore.recipient.alias to the value oracle for the client port JRFWssUsernamePort. The port is a client port of the WssUsernameClient Web module in the soainfrasoa1jwsclient_11.1.0 application. Note that the moduleType is set to wsconn, and the serviceRefName is set to WssUsernameClient. wls:soainfraserverConfigsetWebServiceClientStubProperty soainfrasoa1jwsclient_11.1.0,WssUsernameClient,wsconn, WssUsernameClient,JRFWssUsernamePort,keystore.recipient.alias,oracle

14.2.9 setWebServiceClientStubProperties