Use the stopLMService command to stop a started local mapping service.
A local mapping service, when first created, is in the started state. A started local mapping service intercepts requests whether or not service map is attached.
The name of a local mapping service, as returned by the createLMService command.
None.
None
The examples show how a local mapping service, named Route, is stopped.
Using Jython:
AdminTask.stopLMService('Route')
CWSMW0237I: Local mapping service "Route" was stopped successfully.
Using Jacl:
$AdminTask stopLMService Route
CWSMW0237I: Local mapping service "Route" was stopped successfully.