The soe tag has no wiki summary.
2
votes
1answer
50 views
How to obtain map service url from within Server Object Extension (.NET)
I'm having trouble figuring out how to obtain the full url to the map service a Server Object Extension is running on top of. I bascially want:
IMapServer4 mapServer = ...
3
votes
0answers
307 views
Edit data using arcobjects by SOE Web Services on Arcgis Server 10.0
I trying to develop WebService which main purpose is enable editing data. My Web Service get as param information about records, tables etc. Code looks like below:
IFeatureWorkspace ifw = null;
...
3
votes
1answer
136 views
Can Server Object Extensions filter map data and thus modify the returned map image? (ArcGIS Server 10)
I was wondering if I could use a Server object Extension (SOE) to modify the image data that is returned by a Map Service. By that I mean, for each incoming http request (and based on the ...
5
votes
3answers
557 views
How do I get a json list of REST SOE's supported by a Mapservice?
The html returned by a rest mapservice url includes "supported extensions" down at the bottom. However the json returned does not list the extensions. Is there a way to get this list of SOE's in a ...
4
votes
1answer
210 views
How are bound variables specified in an ArcGIS REST SOE?
In the documentation for using handler functions with ArcGIS Server Rest SOE's, they don't explain how the keys in the boundVariables collection are determined. When I search through the entire ...