[GIS] SOAP url of arcgis service

arcgis-javascript-apiarcgis-serversoap

I basically use REST URL to display feature layer or ArcGISDynamic Service layer and it is commonly promoted by ESRI by their api example. I was wondering since the ArcGIS server also provide SOAP URL along with the REST URL so is it possible to use SOAP URL to configure feature layer or ArcGISDynamic Service using javascript. So I can put SOAP URL to good use also SOAP protocols obviously has some good advantages.

Best Answer

Originally, the ArcGIS service strategy was based largely on SOAP. There were the .net and java ADF frameworks for web development that are now deprecated. I believe some communication in the desktop to server uses SOAP e.g. accessing geoprocessing on server from desktop.

In many ways SOAP is fine for silverlight, visual studio projects or any environment where you have some automated tools to create stubs for communication.

ArcGIS REST vs. SOAP API

http://proceedings.esri.com/library/userconf/devsummit09/papers/keynote_chappell.pdf

Related Question