Hi,
I am very much use to using ArcGIS Flex, WPF, API to connect to map service through REST API to connect to map services and query geometry information.
However, now, my requirement is to use Java SE 1.6 to connect to the map service. I realize that I am unable to use the normal REST type of service calls, instead have to use SOAP protocol using the MapServerBindingStub class. That uses the Java Web ADF which I am not very familiar with.
I like to check, is there an equivalent for Java API calls similar to Flex and WPF using REST? If not, is there any API to get the geometry object using Java SE. I can read the layers using queryFeatureData, but unable to get the geometry information of the specific row.
i'm using ArcGIS Server for Java 10.0, Java SE 1.6, using arcgis_agsws_stubs.jar, arcgis_ws_runtime.jar.
Thanks