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

WSACONFIG

Validates Web Services Adapter configurations. The WSACONFIG utility displays the property settings associated with WSA configuration and checks that the syntax and values are valid. You must run the WSACONFIG utility locally on the machine where the WSA is running. The utility does not run across the network.

Syntax

Operating system
Syntax
UNIX
Windows
wsaconfig [
[[ -name WSA-instance-name]
[ -propfile path-to-properties-file]
    [ -validate ]
]| -help ]
-name WSA-instance-name
Specifies which existing WSA configuration to examine. The name must match the name of an existing WSA configuration in the specified properties file. If you do not specify a WSA, the WSACONFIG utility analyzes all WSA configurations defined in the properties file specified by the -propfile parameter.
-propfile path-to-properties-file
Specifies a filename or pathname to a file that contains the property settings to be validated, for example, test.properties. If a filename or pathname is not specified, it defaults to the installation version of the ubroker.properties file, such as:
*OpenEdge-Install-Directory\properties\ubroker.properties in Windows.
*OpenEdge-Install-Directory/properties/ubroker.properties on UNIX.
-validate
Checks the syntax and values of property settings defined in the specified properties file.
-help
Displays command-line help.

Example

The following command validates the syntax and views the configurations of all WSA instances defined within the test.properties file located in the current working directory:
wsaconfig -propfile test.properties -validate