Select to view content in your preferred language

Execute SOE

852
6
Jump to solution
01-24-2012 06:17 AM
NoloVegis
Deactivated User
I have been trying to figure out the best way to execute a Server Object Extension on one of my rest mapserver services.

The extension takes two arguments. 1. wkid 2. featureset and returns a String.
Do I just use something like the HttpService or does the Flex API contain a better method like the gp objects?

I'm using Flex API 2.4
The SOE was writen in C#.

Thanks,
Nolo
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
IvanBespalov
Frequent Contributor
Nolo,

no (I did not found any).

Use HttpService (we used it).

View solution in original post

0 Kudos
6 Replies
IvanBespalov
Frequent Contributor
Nolo,

no (I did not found any).

Use HttpService (we used it).
0 Kudos
NoloVegis
Deactivated User
Thanks, I'll us HTTPService.
0 Kudos
LloydHeberlie
Regular Contributor
I have been trying to figure out the best way to execute a Server Object Extension on one of my rest mapserver services.

The extension takes two arguments. 1. wkid 2. featureset and returns a String.
Do I just use something like the HttpService or does the Flex API contain a better method like the gp objects?

I'm using Flex API 2.4
The SOE was writen in C#.

Thanks,
Nolo


Hi Nolo,

There will be some samples illustrating how to do this with the 3.0 samples, which aren't public yet.  Are you still having issues with this?  I can share the samples with you if you would like?

Lloyd
Esri Flex Team
0 Kudos
NoloVegis
Deactivated User
Lloyd,

I ended up going with the HTTPService and it seems to be working well, but if you wouldn't mind posting a sample it may be better then what I have or might help someone else.

Thanks,
Brett
0 Kudos
LloydHeberlie
Regular Contributor
Lloyd,

I ended up going with the HTTPService and it seems to be working well, but if you wouldn't mind posting a sample it may be better then what I have or might help someone else.

Thanks,
Brett


Brett,

We're getting very close in finalizing the samples, hopefully I can post them within a couple of weeks.

Lloyd
Esri Flex Team
0 Kudos
LloydHeberlie
Regular Contributor
Brett,

We're getting very close in finalizing the samples, hopefully I can post them within a couple of weeks.

Lloyd
Esri Flex Team


Brett,

You can find the sample code that will be released with ArcGIS API 3.0 for Flex on ArcGIS.com (ArcGIS for Flex Elevations SOE)

Lloyd
Esri Flex Team
0 Kudos