Use the inspectServiceMapLibrary command to inspect the service maps in a service map library in preparation for installing those service maps.
None
The following example shows how you inspect a service map library.
Using Jython:
AdminTask.inspectServiceMapLibrary('-source servicemaplibrary.slibzip')
'{srvcmapFile=myroutingservicemaps/ContentBasedRoute.srvcmap, name=ContentBasedRoute, sourceService={name=MyService, namespace=http://test, portType=MyServiceDelegate, binding=MyServicePortBinding}, targetServices=[{name=MyEnhancedService, namespace=http://test, service=MyEnhancedServiceService, port=MyEnhancedServicePort, binding=MyEnhancedServiceBinding, portType=MyEnhancedServicePortType, endpointURL=http://localhost:9080/MyEnhancedServiceService}, {name=MyEnhancedService2, namespace=http://test, service=MyEnhancedServiceService, port=MyEnhancedServicePort, binding=MyEnhancedServiceBinding, portType=MyEnhancedServicePortType, endpointURL=http://server:9080/MyOtherEnhancedService}]} {srvcmapFile=myroutingservicemaps/RerouteAndTransform.srvcmap, name=RerouteAndTransform, sourceService={name=ProductionService, namespace=http://www.example.org/ProductionService/, portType=ProductionService, binding=ProductionServiceSOAP}, targetServices=[{name=BackupService, namespace=http://www.example.org/BackupService/, service=BackupService, port=BackupServiceSOAP, binding=BackupServiceBinding, portType=BackupServicePortType, endpointURL=http://localhost:9080/BackupService}]} '
Using Jacl:
$AdminTask inspectServiceMapLibrary {-source servicemaplibrary.slibzip}
{srvcmapFile=myroutingservicemaps/ContentBasedRoute.srvcmap, name=ContentBasedRoute, sourceService={name=MyService, namespace=http://test, portType=MyServiceDelegate, binding=MyServicePortBinding}, targetServices=[{name=MyEnhancedService, namespace=http://test, service=MyEnhancedServiceService, port=MyEnhancedServicePort, binding=MyEnhancedServiceBinding, portType=MyEnhancedServicePortType, endpointURL=http://localhost:9080/MyEnhancedServiceService}, {name=MyEnhancedService2, namespace=http://test, service=MyEnhancedServiceService, port=MyEnhancedServicePort, binding=MyEnhancedServiceBinding, portType=MyEnhancedServicePortType, endpointURL=http://server:9080/MyOtherEnhancedService}]} {srvcmapFile=myroutingservicemaps/RerouteAndTransform.srvcmap, name=RerouteAndTransform, sourceService={name=ProductionService, namespace=http://www.example.org/ProductionService/, portType=ProductionService, binding=ProductionServiceSOAP}, targetServices=[{name=BackupService, namespace=http://www.example.org/BackupService/, service=BackupService, port=BackupServiceSOAP, binding=BackupServiceBinding, portType=BackupServicePortType, endpointURL=http://localhost:9080/BackupService}]}