Click Apply. Oracle Fusion Middleware Online Documentation Library

Administering Web Services 6-31 Alternatively, you can set the detail argument to true in the listWebServiceClients command to view the configuration details for the endpoint as shown in Using WLST in Viewing Web Service Clients on page 6-9. 5. Do one of the following: ■ Use the setWebServiceClientStubProperty command to set or change a single stub property of a Web service client endpoint. Specify the property to be set or changed using the propName and propValue arguments. To remove a property, specify a blank value for the propValue argument. setWebServiceClientStubPropertyapplication,moduleOrCompName,moduleType, serviceRefName,portInfoName,propName,[propValue] For example, to change the keystore.recipient.alias to oracle for the HelloWorld_pt, use the following command: wls:wls-domainserverConfig setWebServiceClientStubProperty’base_ domainAdminServerapplication1V2.0’, ’test1’,’wsconn’,’client’,’HelloWorld_ pt’,’keystore.recipient.alias’,’oracle’ ■ Use the setWebServiceClientStubProperties command to configure the set of properties of a Web service client endpoint. Specify the properties to be set or changed using the properties argument. setWebServiceClientStubPropertiesapplication, moduleOrCompName, moduleType, serviceRefName, portInfoName, properties This command configures or resets all of the stub properties for the Oracle WSM client security policy attached to the client. Each property that you list in the command is set to the value you specify. If a property that was previously set is not explicitly specified in this command, it is reset to the default for the property. If no default exists, the property is removed. For example, to configure atomic transactions for the TaskReference_pt SOA reference endpoint of the defaultSimpleRef[1.0] SOA composite application, use the following command: wls:soainfraserverConfig setWebServiceClientStubProperties’soa-infra,defaultSimpleRef[1.0], soa,client, TaskReference_pt, [wsat.flowOption,SUPPORTS,wsat.Version,DEFAULT] To verify that the reference is properly configured, enter the following command: wls:soainfraserverConfiglistWebServiceClientsNone, None, true soainfrasoa_server1soa-infra: compositeName=defaultSimpleRef[1.0], moduleType=soa, serviceRefName=client TaskReference_pt wsat.version=DEFAULT wsat.flowOption=SUPPORTS For more information about the client properties that you can set, see Table 6–3, Configuration Properties for Web Service Clients . When specifying these properties, use the format shown in the Property Name column. You can also set the properties described in Attaching Client Policies Permitting Overrides on page 8-21.