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

Administering Web Services 6-7 Figure 6–4 SOA Composite Application Dashboard Page Viewing the Details for a Web Service Endpoint Use the procedures described in the following sections to view the details for a Web service endpoint port using Oracle Enterprise Manager Fusion Middleware Control and WLST. Using Fusion Middleware Control In Fusion Middleware Control, the steps you follow to view the details for a Web service endpoint depend on the application type, as described in the following sections. To view the details for a non-SOA Oracle Infrastructure or WebLogic Web service endpoint:

1. Navigate to the Web Services Summary page as described in

Navigating to the Web Services Summary Page for an Application on page 6-4. 2. In the Web Service Details section of the page, click on the plus + for the Web service to display the Web service endpoints if they are not already displayed.

3. Click the name of the endpoint to navigate to the Web Service Endpoint page.

4. From the Web Service Endpoint page, you can do the following:

■ Click the Operations tab to see the list of operations for this endpoint. ■ Click the OWSM Policies tab to see the policies attached to this endpoint. ■ Click the Charts tab to see a graphical display of the faults for this endpoint. Oracle Infrastructure Web Services only. ■ Click the Configuration tab to see the configuration for this endpoint. Oracle Infrastructure Web Services only. 6-8 Oracle Fusion Middleware Security and Administrators Guide for Web Services As an alternative method of viewing the details for a Web service endpoint, you can instead navigate to the server-wide Web Services Summary page, as described in Viewing All Current Web Services for a Server on page 6-2, which lists all of the Web services, and click the name of the endpoint to navigate to the specific Web Service Endpoint page. To view the Web service endpoint configuration for a SOA composite application: 1. Navigate to the home page for the SOA composite as described in Viewing the Web Services and References in a SOA Composite on page 6-6. 2. In the Services and References section of the page, click the name of the service or reference to display the Service Home or Reference Home page, as appropriate. 3. From the Service Home or Reference Home page, you can do the following: ■ Click the Dashboard tab, if it is not already selected, to see a graphic representation of the total incoming messages and faults since server startup, and recently rejected messages, including the message name, time of the fault, and the type of fault business or system. ■ Click the Policies tab to view or change the policies attached to this endpoint. ■ Click the Faults and Rejected Messages tab to see a list of faults and rejected messages, including details such as the error message, time of the fault, and the associated composite instance ID. ■ Click the Properties tab to view and modify the configuration for this endpoint. For additional information about SOA composite endpoints, see Administering Binding Components in Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle Business Process Management Suite. Using WLST To view the details for a Web service endpoint port: 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. 2. Use the listWebServices WLST command to display a list of the Web services in your application as described in Viewing the Web Services in Your Application on page 6-5. 3. Use the listWebServicePorts command to display the endpoint name and endpoint URL for a Web service. listWebServicePortsapplication,moduleOrCompName,moduleType,serviceName Note: You can also view details about security violations for an endpoint. For more information, see Viewing the Security Violations for a Web Service on page 13-5. Note: This procedure applies to Oracle Infrastructure Web services only.