On the ADF Connections Configuration page, select a row in the Web Service

8-14 Oracle Fusion Middleware Security and Administrators Guide for Web Services Set the arguments as follows: – For a SOA reference, specify the name of the SOA composite using the moduleOrCompName argument, specify soa for the moduleType argument, and the name of the SOA reference using the serviceRefName argument. – For a connection-based Web service client such as an ADF DC Web service client, ADF JAX-WS Indirection Proxy, or WebCenter client, specify the name of the client application using the application argument, specify wsconn for the moduleType argument, and the service reference name using the serviceRefName argument. – For an asynchronous Web service callback client, specify web for the moduleType argument. Specify the name of the client application or SOA composite using the application and moduleOrCompName arguments, respectively. – For all client types, specify the name of the port using the portInfoName argument. – Specify the policy to be attached using the policyURI argument. If you specify a policy that is already attached or exists, then this command enables the policy if it is disabled. For example, to attach the client policy oraclewss_username_token_ client_policy to the HelloWorld_pt of the client service, use the following command: wls:wls_domainserverConfig attachWebServiceClientPolicywls_ domainAdminServerapplication12.0, test1,wsconn,client,HelloWorld_pt,oraclewss_username_token_ client_policy ■ Use the attachWebServiceClientPolicies command to attach multiple policies to a Web service client port. Set the arguments as described for attaching a single client policy above, however you specify multiple policies to be attached using the policyURIs argument. If any of the policies that you specify in this command are already attached, then this command enables the policies that are already attached if they are disabled, and attaches the others. attachWebServiceClientPoliciesapplication, moduleOrCompName, moduleType, serviceRefName, portInfoName, policyURIs, [subjectType=None] For example, to attach the policies oraclewss_username_token_ client_policy and oraclewsrm10_policy to the HelloWorld_pt of the client service, use the following command: wls:wls_domainserverConfig attachWebServiceClientPolicieswls_ domainAdminServerapplication12.0, test1,wsconn,client,HelloWorld_pt, [oraclewss_username_token_client_policy,oraclewsrm10_policy] Please restart application to uptake the policy changes.