Use the createLMService command to create a local mapping service, to which a service map can be attached.
A local mapping service identifies a specific service provider. When you use this command to create a local mapping service, and if you have created a service map by using the installServiceMap command, you can attach that service map to the local mapping service by using the -attachSMName parameter, or by using the attachServiceMap command. The service map then reroutes or transforms messages that are intercepted by the associated local mapping service.
None
\/,.#$@:;"*?<>()|=+&%'![]{}
(space)
the character combination ]]>
Specify the parameter values for a local mapping service for a service client and a service provider that are both hosted on the same application.
Using Jython:
AdminTask.createLMService('[-name StockQuoteService -description "Stock Quote service" -attachSMName Route -consumedService [-targetEndpoint http://localhost:9080/StockQuote/sqservice -namespace http://test -serviceName sqservice -portName sqport -portType sqType]]')
StockQuoteService
Using Jacl:
$AdminTask createLMService {-name StockQuoteService -description "Stock Quote service" -attachSMName Route -consumedService {-targetEndpoint http://localhost:9080/StockQuote/sqservice -namespace http://test -serviceName sqservice -portName sqport -portType sqType}}
StockQuoteService