To start the ASE Web Services Engine for ASE Web Services, execute the runws script, which is located in the bin directory:
runws -U <ase_username> -P <ase_password> -S <ase_service_name> -f <property_file> -v
To stop the ASE Web Services Engine for ASE Web Services, execute the stopws script, also located in the bin directory:
stopws -U <ase_username> -P <ase_password> -S <ase_service_name> -f <property_file> -v
The parameters are the same for both the runws and stopws scripts:
ase_username is the user name for the Adaptive Server Enterprise. There is no default for this parameter value. If you do not supply a value for this parameter, you will be prompted for one.
ase_password is the password for the Adaptive Server Enterprise. There is no default for this parameter value. If you do not supply a value for this parameter, you will be prompted for one.
ase_service_name is the name of the Web service. There is no default for this parameter value. If you do not supply a value for this parameter, you will be prompted for one.
property_file is the location and name of the properties file to update. The default location for UNIX is $SYBASE/WS-15_0/props/ws.properties, or %SYBASE%\WS-15_0\props\ws.properties for Windows.
-v
specifies
that the ASE Web Services Engine should display version information at
startup or shutdown.