Java
Consuming ArcGIS Server SOAP Services

SOAP is the preferred and most powerful way to consume ArcGIS Server services in Java. To simplify the process of using SOAP services, ESRI has generated a set of Java proxy classes that will handle the communications with ArcGIS Server and has provided: 

  • a language-independent overview of the SOAP services 
  • Java-specific guide to use the SOAP proxy classes 
  • JavaDoc for using the SOAP proxy classes