In the navigator pane, expand WebLogic Domain to show the domain in which Using Fusion Middleware Control, click WebLogic Server and then Web Services.

6-4 Oracle Fusion Middleware Security and Administrators Guide for Web Services Navigating to the Web Services Summary Page for an Application Follow the procedure below to navigate to the page where you can see the list of Web services for your application. To navigate to the Web services summary page for an application: 1. From the navigator pane, click the plus sign + for the Application Deployments folder to expose the applications in the domain, and select the application. The Application Deployment home page is displayed.

2. Using Fusion Middleware Control, click Application Deployment, then click Web

Services . This takes you to the Web Services summary page for your application. Figure 6–2 shows the Web Services summary page for an ADF or WebCenter application. Figure 6–3 shows the Web Services summary page for a WebLogic Java EE application. Figure 6–2 Web Services Home Page for ADF and WebCenter Applications Note: In the Web Service Details section of the page, Oracle Infrastructure Web service provider endpoints display na in the Endpoint Enabled column. Administering Web Services 6-5 Figure 6–3 Web Services Home Page for WebLogic Java EE Applications Viewing the Web Services in Your Application Use the procedures described in the following sections to view the Web services in your application. Using Fusion Middleware Control Navigate to the home page for your Web service, as described in Navigating to the Web Services Summary Page for an Application on page 6-4. From the Web Services Summary page, you can do the following: ■ View the Web services in the application. ■ View the Web service configuration, endpoint status, policy faults, and more. ADF and WebCenter applications only. ■ View and monitor Web services faults, including Security, Reliable Messaging, MTOM, Management, and Service faults. ADF and WebCenter applications only. ■ View and monitor Security violations, including authentication, authorization, message integrity, and message confidentiality violations. ADF and WebCenter applications only. ■ Navigate to pages where you can configure your Web services endpoints, including enabling and disabling the endpoint, and attaching policies to Web services. Using WLST To view the Web services in your application:

1. Connect to the running instance of WebLogic Server to which the application is

deployed as described in Accessing the Web Services Custom WLST Commands on page 1-6. Note: This procedure applies to Oracle Infrastructure Web services only. 6-6 Oracle Fusion Middleware Security and Administrators Guide for Web Services 2. Use the listWebServices WLST command to display a list of the Web services in your application. You must specify the complete application path name to identify the application and the server instance to which it is deployed. listWebServices application,composite,[detail] For example: wls:wls-domainserverConfiglistWebServiceswls-domainAdminServerjaxwsejb30 ws wls-domainAdminServerjaxwsejb30ws: moduleName=jaxwsejb,moduleType=web,serviceName=JaxwsWithHandlerChainBeanService moduleName=jaxwsejb, moduleType=web, serviceName=WsdlConcreteService moduleName=jaxwsejb, moduleType=web, serviceName=EchoEJBService moduleName=jaxwsejb, moduleType=web, serviceName=CalculatorService moduleName=jaxwsejb, moduleType=web, serviceName=DoclitWrapperWTJService For details about the listWebServices command, see Web Services Custom WLST Commands in WebLogic Scripting Tool Command Reference. Viewing the Web Services and References in a SOA Composite Use the following procedure to view the Web services, references, and components in a SOA composite application: 1. From the navigator, click the plus sign + for SOA deployments.

2. Select soa-infra, expand the SOA partition for example, the default partition and

select the target SOA composite application. The SOA composite home page displays.

3. Select the Dashboard tab if it is not already selected.

The Component Metrics section of this tab lists the SOA components being used in the composite application, and the Services and References section displays the Web service and reference bindings, as shown in Figure 6–4 .