Tagged Questions
2
votes
1answer
62 views
SOAP url of arcgis service
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 ...
17
votes
5answers
1k views
ArcGIS REST vs. SOAP API
When is it appropriate to use the ArcGIS Server REST API vs. the SOAP API and vice-versa? What do you see as the advantages of one over the other?
For example, the SOAP service can be consumed as a ...
1
vote
2answers
405 views
GetLegendInfo SOAP call in ArcGIS Server 10
I am generating a legend for a Silverlight map using the GetLegendInfo method in the ArcGIS 10 SOAP Web Services.
The array of MapServerLegendInfo objects that is returned does not contain annotation ...
7
votes
6answers
969 views
How do I generate code from ESRI GPServer wsdl?
I'm trying to use svcutil to generate code from this GPServer wsdl.
So I run this command:
svcutil GPServer.wsdl
Which generates ESRI_Currents_World_GPServer.cs.
The code has comments saying the ...
