SAP Help for Netweaver Developer Studio states that these services allows navigation in the system landscape and gives an example :
try {
// Get the required CIMClient object
com.sap.lcr.api.cimclient.CIMClient
cimClient = WDSystemLandscapeFactory.getClient();
...
}
Which package WDSystemLandscapeFactory belongs to? Does anyone have any examples how to navigate SAP System Landscape Directory from a webdynpro app?