In this scenario, you deploy a Web service, then you want to change a property that takes effect only when the Web service is disabled and re-enabled.
To change Web service properties:
1. Notify all clients that the Web service is going to be disabled at a certain time.
2. Wait until there are no clients are using the Web service.
3. Disable the Web service.
4. Modify the Web service's properties, as desired, using OpenEdge Management/OpenEdge Explorer or the WSAMAN utility's setprops function.
5. Enable the Web service.
6. Notify clients that the Web service is available.
You do not have to disable and enable a Web service to modify its serviceLoggingLevel property, which changes the level of information provided in log messages, or its serviceFaultLevel property, which changes the level of information provided in SOAP Fault response messages. For more information, see the information on debugging OpenEdge Web services in OpenEdge Development: Web Services.