Hi,
To access a single feature layer, we use :
ServiceFeatureTable featureTable = new ServiceFeatureTable("<FeatureLayerURL>");
How to get all the layers of a feature server from runtime java API? I mean we could start from 0 and then increment one by one and append to the last of URL, but how to access the server with all the layers directly, just for getting all the layer names and their fields information?