Kbase P157051: How to enable/disable WSA web services with wsaman?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/12/2009 |
|
Status: Unverified
GOAL:
How to enable/disable WSA web services?
GOAL:
How to enable/disable WSA web services using command line wsaman?
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
FIX:
Use the following wsaman commands:
1. List the web services deployed on wsa
wsaman -name wsa1 -list
2. Enable/Disable web service:
wsaman -name wsa1 -enable -appname <web-service-name>
wsaman -name wsa1 -disable -appname <web-service-name>