Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : WSAMAN resetprops
 

WSAMAN resetprops

Reinitializes a Web service's friendlyname.props file to the current value of the WSA instance's default.props file (which contains the default Web service properties associated with the WSA instance).

Syntax

Operating system
Syntax
UNIX
Windows
wsaman
   -name wsainstance-name
   { -appname app-friendlyname
     | -namespace app-targetnamespace }
   -resetprops
-name wsainstance-name
The name of the WSA instance to which the Web service is deployed.
-appname app-friendlyname
The friendly name of the Web service.
-namespace app-targetnamespace
The target namespace of the Web service.
For more information on these properties, see Reference to OpenEdge Web Service Properties.

Notes

If the Web service is enabled, the resetprops function resets only serviceFaultLevel and serviceLoggingLevel, which are the only properties of an enabled Web service that can be set.