Select to view content in your preferred language

Access REST services from desktop?

6854
4
09-24-2010 07:34 AM
deleted-user-Jie3eyjOl9XM
Deactivated User
I'm wondering if it's possible to access ArcServer REST resources from ArcMap/ArcCatalog, rather than the SOAP endpoints.

For example, I know I can "Add ArcGIS Server" -->
http://sampleserver1.arcgisonline.com/arcgis/services

But, I would like to "Add ArcGIS Server" -->
http://sampleserver1.arcgisonline.com/arcgis/rest/services
0 Kudos
4 Replies
Charles__Jamie_Phillips
Occasional Contributor
As far as I know you cannot.  I am sure if you wanted to do some programming you could.
0 Kudos
JoeFlannery
Honored Contributor
Mr. Morris:

Out of curiosity, why do you want to tap REST endpoints instead of SOAP resources?  What's the difference to the end-user in ArcMap?
0 Kudos
deleted-user-Jie3eyjOl9XM
Deactivated User
Well, I created some WCF services that act as REST resources, returning geometry objects. I figured if the existing JavaScript, Flash and Silverlight APIs can access this, maybe ArcMap can, too.

But, I used Fiddler to examine the traffic, and it looks like ArcMap only attempts to communicate using the SOAP endpoints. It would be possible to implement that, too. Any idea of ESRI has made public the SOAP API? I don't think so, yet.
0 Kudos
AxelSchaefer
Emerging Contributor
Any idea of ESRI has made public the SOAP API? I don't think so, yet.


It's on your machine (here the 9.3.1 link): C:/Program Files/ArcGIS/DeveloperKit/Help/SOAP/index.htm

For 10 on the net: http://help.arcgis.com/EN/arcgisserver/10.0/apis/soap/whnjs.htm
0 Kudos