Select to view content in your preferred language

How to retrieve SOE results pragmatically

1701
1
Jump to solution
12-31-2013 06:13 AM
ShaningYu
Honored Contributor
I created 2 SOE projects (one returned as a point, and another returned as a polyline) that were programmed in .Net.  I added them as extensions in ArcGIS Server.  Then I can operate them and get the expected return through browser.
In my next step operation, I want to retrieve the return the results in a REST project (e.g. in Silverlight or JavaScript).  Once I can retrieve the returned result (e.g. a point or a polyline, I can then add it on a map as a graphic layer.
I don't know how to retrieve the results pragmatically from ArcGIS Server SOE application(s).  I will appreciate if you can share your experience.
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Honored Contributor
0 Kudos
1 Reply
ShaningYu
Honored Contributor
Solved.  Ex.:
string s =
"http://myURL:6080/arcgis/rest/services/.../MapServer/exts/PointQuery/SpatialQuery?LRSSegInput=A1&Mea...";
It returns a point feature in this scenario.
0 Kudos