Kbase P95924: How to enable a Web Service from the command line WSAMAN
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/3/2004 |
|
Status: Unverified
GOAL:
How to enable a Web Service from the command line WSAMAN
GOAL:
How to enable a Web Service on Unix
FACT(s) (Environment):
Web Services
OpenEdge 10.x
FIX:
The WSAMAN utility contains the -enable option allowing to enable a deployed Web Service.
The syntax is:
wsaman
-name wsainstance-name
{ -appname app-friendlyname | -namespace app-targetnamespace }
-enable
-name wsainstance-name
The name of a WSA instance.
-appname app-friendlyname
The friendly name of the Web service.
-namespace app-targetnamespace
The target namespace of the Web service.
For example:
wsaman -name wsa1 -appname MyWebService -enable