Java Simple REST SOE sample for Image Service


Purpose
The purpose of this sample is show use of a Java REST Server Object Extension for Image services that has 1 sub-resource.
The sub-resource, called "layers" is a list of layers of all types accessible through the associated image service.

How to use

See How to use ArcGIS samples for help on running the sample.

How to use this sample?
  1. Deploy the lib/JavaSimpleRESTImageSOE.soe file to Server. For instructions on how to deploy an SOE to ArcGIS 10.1 Server, please see the "Developing Extensions" -> "Server Object Extensions" -> "Deploying and Un-deploying SOEs" topic in the ArcGIS Java Developer Help.
  2. Enable the SOE on image service of your choice. For instructions on how to enable SOE on a service, please see the "Developing Extensions" -> "Server Object Extensions" -> "Enabling and Disabling SOEs" topic in the ArcGIS Java Developer Help. Please ensure that the image service has at least 1 layer.
  3. After the image service has started with SOE enabled on it, open up Services Directory and access the http://<server name>:6080/arcgis/rest/services page
  4. Click on the image service you enabled your SOE on.
  5. Scroll down and click on the JavaSimpleRESTImageSOE listed in "Supported Extensions" section. If you don't find your REST SOE listed here, please log in as admin into the Services Directory and clear the cache. Repeat steps 3,4, and 5.
  6. The JavaSimpleRESTImageSOE web page displays the root resource details such as name and description, along with the "Child Resources" and "Supported Operations" sections.
  7. Click on the “layers” subresource. It displays information about all layers in JSON format.

If you installed the samples feature, you will find the files associated with this sample in <Your Developer Kit install location>\DeveloperKit10.4\Java\Samples\ArcObjects.

soe/JavaSimpleRESTImageSOE.java The Simple REST SOE for Image service Java Server Object Extension class.
lib/JavaSimpleRESTImageSOE.soe The .soe file that contains this Server Object Extension




Development licensing Deployment licensing
Server Server