On the Edit Policy page, click the Configurations tab. Select the configuration property and click Edit to make the change to the

Attaching Policies to Web Services 8-19 Overriding Configuration Properties When Attaching a Service Policy Using Fusion Middleware Control After you attach a policy that includes a server-side overridable configuration property, you can then override the existing value. In WLST, you do so using the setWebServicePolicyOverride command as described in Overriding Configuration Properties When Attaching a Policy Using WLST on page 8-20. To override a configuration property using Fusion Middleware Control: 1. Select the attached policy with the overridable configuration property. The Override Policy Configuration button is displayed as shown in Figure 8–9 . Figure 8–9 Override Policy Configuration Button

2. Select Override Policy Configuration.

The Security Configuration Details window is displayed, as shown in Figure 8–10 . This figure shows the overridable properties for the oraclewss10_ message_protection_service_policy. Note: The Override Policy Configuration button is displayed only when the selected policy contains configuration properties that can be overridden. 8-20 Oracle Fusion Middleware Security and Administrators Guide for Web Services Figure 8–10 Overriding a Policy Configuration Property

3. Enter the override value in the Value field for the property and click Apply.

The property is overridden on a per-attachment basis. For example, assume that you have not changed the value of the keystore.sig.csf.key property for the oraclewss10_message_protection_ service_policy and that it is still blank. If Web service A attaches the oraclewss10_ message_protection_service_policy and overrides the keystore.sig.csf.key property to be sigkey, the keystore.sig.csf.key property has a value of sigkey only for the oraclewss10_message_protection_service_policy attached to Web service A. For all other policies, keystore.sig.csf.key uses the value you configure as part of setting up the keystore for message protection, as described in Configuring Keystores for Message Protection on page 10-8. Overriding Configuration Properties When Attaching a Policy Using WLST When you attach a policy that has an overridable property, you can override the existing value using the setWebServicePolicyOverride command. To do so, use the following procedure.

1. Attach the policy to the service as described in

Attaching a Policy to a Web Service Using WLST on page 8-5.

2. Use the setWebServicePolicyOverride command to override policy

properties. setWebServicePolicyOverrideapplication,moduleOrCompName,moduleType, serviceName,portName,policyURI,properties Note: This procedure applies to Oracle Infrastructure Web services only.