From the Web Service Endpoint page, click the Configuration tab. In the Endpoint Enabled field, select Disabled from the menu, and click Apply.

Administering Web Services 6-17 Figure 6–6 Enabling and Disabling RESTful Web Services

4. For ADF and WebCenter applications, restart the Web service application. You do

not need to restart a SOA composite. Using WLST To enable or disable a Web services endpoint port to accept messages in REST format using WLST, use the setWebServiceConfiguration command. Set the enableREST property of the itemProperties argument to true to enable REST and to false to disable it. The procedure for using this command is described in Using WLST in Configuring the Web Service Endpoint on page 6-12. For example, to enable the REST format for the WsdlConcretePort, use the following command: wls:wls-domainserverConfig setWebServiceConfiguration wls-domainAdminServerjaxwsejb30ws,jaxwsejb,web,WsdlConcreteService, WsdlConcretePort,[enableREST,true] Please restart application to uptake the policy changes. For more information about this WLST command, see Web Services Custom WLST Commands in WebLogic Scripting Tool Command Reference. Note: You need to wait approximately 30 seconds or the equivalent of the configured Graceful Shutdown Timeout time between stopping and restarting the application. During this time, the server is allowing all global transactions to complete before shutting down the application. If you do not wait the configured Graceful Shutdown Timeout time, then the application will not be restarted appropriately and you will not be able to access it. To avoid waiting the graceful shutdown timeout period, you can restart the application twice. 6-18 Oracle Fusion Middleware Security and Administrators Guide for Web Services Enabling or Disabling the Display of the Web Service WSDL Document The following procedures describe how to enable or disable the display of the Web service WSDL document. Using Fusion Middleware Control To enable or disable the display of the Web service WSDL document:

1. Navigate to the Web Service Endpoint page, or the Service Home page for SOA

composites, as described in Viewing the Details for a Web Service Endpoint on page 6-7.

2. Click the Configuration tab. For SOA composites, click the Properties tab.