showLMService command

Use the showLMService command to display information about a specific local mapping service.

Purpose

The showLMService command displays all parameters associated with a single local mapping service, and their values.

Target object

The name of the local mapping service that you want to work with.

Required parameters

None

Optional parameters

None

Example usage

The examples display the information for a local mapping service named StockQuoteService, which is started and has a service map named ReRouteMap attached to it.
Note: If the target local mapping service does not have a service map attached, then the attachedServiceMap parameter is not shown. The local mapping service is started when the serviceStatus parameter shows as LocalMappingServiceState.STARTED.
Using Jython:
AdminTask.showLMService('StockQuoteService') 
'{name=StockQuoteService, description=Stock Quote service, consumedService=[{targetEndpoint=http://localhost:9080/StockQuote/sqservice, namespace=http://test, serviceName=sqservice, portName=sqport, -portType=sqType}], attachedServiceMap=ReRouteMap, serviceStatus=LocalMappingServiceState.STARTED}' 
Using Jacl:
$AdminTask showLMService StockQuoteService 
{name=StockQuoteService, description=Stock Quote service, consumedService=[{targetEndpoint=http://localhost:9080/StockQuote/sqservice, namespace=http://test, serviceName=sqservice, portName=sqport, -portType=sqType}], attachedServiceMap=ReRouteMap, serviceStatus=LocalMappingServiceState.STARTED} 

Icon that indicates the type of topic Reference topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Tuesday, 22 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=rsm_showlmservicecmd
File name: rsm_showlmservicecmd.html