Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks

learn more… | top users | synonyms

2
votes
1answer
63 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 ...
0
votes
0answers
21 views

Mixed Content Warning on Secured ArcGIS SOAP Service in IE

I am accessing a secured ArcGIS SOAP service with ?wsdl at the end. When I try to open the service in IE, I get a mixed content (https & http) warning. I do not get that warning when I try to ...
2
votes
1answer
122 views

What resources are there to create a WPS from a web app?

I am developing a web app using the Weight of Evidence method and I need to create a web processing service out of it or enable it for web processing services. The code is in C# and includes an ...
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
1answer
102 views

How to get SOAP API Access on an ArcGIS Online Map?

I published a tiled map service to ArcGIS Online. This web site reported that we would be able to access the ArcGIS Online maps via the SOAP API from our applications. I check my first published ...
1
vote
4answers
152 views

Can't determine what parameters to pass to a OSM2PO SOAP call

I've been experimenting with OSM2PO which is a great little peace of software. Right now though, I'm fumbling with the SOAP WS which I'm trying to use from a JEE web application. I'm not having any ...
1
vote
1answer
135 views

Why does QueryFeatureIDs return an empty array when querying a Route Event Source?

I'm struggling with using the ESRI SOAP api to perform a spatial filter against a layer with a datatype of 'Route Event Source' Because the number of features returned by a single spatial query could ...
0
votes
0answers
204 views

how to verify SOAP endpoint is working or not in AGS Server 10 Java?

Since we applied AGS 10 Sp 4 Patch, our web apps fails to get connected in GIS server. As per ESRI it SP4 patch broke SOAP endpoint and we uninstalled and installed AGS but still has same problem. ...
3
votes
1answer
250 views

ArcGIS SOAP Web Service - Determine if a Polygon Contains Negative Space

I am running queries against a polygon layer using the ArcGIS SOAP Web Service. A user selects a point within that layer and the resulting feature set contains PolygonN objects. Occasionally, the ...
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 ...
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 ...