Select the Dashboard tab if it is not already selected.

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. Administering Web Services 6-9 For example, to display the endpoint for the WsdlConcreteService: wls:wls-domainserverConfig listWebServicePortswls-domainAdminServerjaxwsejb30ws,jaxwsejb, web,WsdlConcreteService WsdlConcretePort http:host.us.oracle.com:7001jaxwsejbWsdlAbstract 4. Use the listWebServiceConfiguration command to view the configuration details for a Web service endpoint. listWebServiceConfigurationapplication,moduleOrCompName,moduleType,serviceName ,[subjectName] For example, to view the configuration details for the WsdlConcretePort: wls:wls-domainserverConfig listWebServiceConfigurationwls-domainAdminServerjaxwsejb30ws, jaxwsejb,web,WsdlConcreteService,WsdlConcretePort enable: true enableREST: false maxRequestSize: -1 loggingLevel: NULL 5. Use the listWebServicePolicies command to view the policies that are attached to a Web service endpoint. listWebServicePoliciesapplication,moduleOrCompName,moduleType,serviceName,subj ectName For example, to view the policies attached to the WsdlConcretePort endpoint and any policy override settings: wls:wls_domainserverConfig listWebServicePolicieswls_ domainAdminServerjaxwsejb30ws, jaxwsejb,web,WsdlConcreteService,WsdlConcretePort WsdlConcretePort : addressing : oraclewsaddr_policy , enabled=true management : oraclelog_policy , enabled=true security : oraclewss_username_token_service_policy, enabled=true Attached policy or policies are valid; endpoint is secure. For more information about these WLST commands and their arguments, see Web Services Custom WLST Commands in WebLogic Scripting Tool Command Reference. Viewing Web Service Clients The following sections describe how to view Web service clients for your application. Using Fusion Middleware Control The steps you follow to view a Web service client depend on the application type SOA reference, ADF DC, WebCenter, or asynchronous Callback client, as described in the following sections. Viewing SOA References Use the following procedure to view a SOA reference client: