Tagged Questions
0
votes
0answers
23 views
I copy/pasted code from ArcGIS .NET ashx proxy into my Controller method, now debugging is jumping all over the place (multi-threaded, apparently)
I have a controller that takes in JSON data via HTTP POST. Inside this controller is a call to a method that I copied/pasted from ArcGIS's .NET implementation of the proxy that's needed to connect to ...
0
votes
1answer
35 views
How do I initialize the ArcGIS proxy via server side .NET code (C#)?
I know how to do this via JavaScript code:
esri.config.defaults.io.proxyUrl = "../proxy.ashx";
But, how do I do this in .NET? I am very new to the GIS space.
1
vote
1answer
482 views
Anyone try generating C# classes from http://schemas.opengis.net?
I'd like to generate gml/wfs/wms classes from the OGC schemas. Using xsd2code I receive numerous errors, one of them being "Invalid particle derivation by restriction". I'm curious is anyone has ...

