Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : WSAMAN setprops (Service)
 

WSAMAN setprops (Service)

Sets one of the properties of a Web service. These are stored in the Web service's friendlyname.props file.

Syntax

Operating system
Syntax
UNIX
Windows
wsaman
   -name wsainstance-name
   { -appname app-friendlyname | -namespace
app-targetnamespace }
   -prop property-name
   -value property-value
   -setprops
-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.
-prop property-name
The name of a property.
Note: This parameter is case sensitive.
-value property-value
The value of a property.
For more information on these properties, see Reference to OpenEdge Web Service Properties.

Notes

To set any Web service property except for serviceFaultLevel and serviceLoggingLevel, the Web service must be disabled. Otherwise, the request fails.