<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Execute SOE in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678176#M15231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lloyd,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Brett&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're getting very close in finalizing the samples, hopefully I can post them within a couple of weeks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lloyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Flex Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 19:33:31 GMT</pubDate>
    <dc:creator>LloydHeberlie</dc:creator>
    <dc:date>2012-02-02T19:33:31Z</dc:date>
    <item>
      <title>Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678171#M15226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying to figure out the best way to execute a Server Object Extension on one of my rest mapserver services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The extension takes two arguments. 1. wkid 2. featureset and returns a String.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I just use something like the HttpService or does the Flex API contain a better method like the gp objects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Flex API 2.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The SOE was writen in C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nolo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678171#M15226</guid>
      <dc:creator>NoloVegis</dc:creator>
      <dc:date>2012-01-24T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678172#M15227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nolo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no (I did not found any).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html" rel="nofollow" target="_blank"&gt;HttpService&lt;/A&gt;&lt;SPAN&gt; (we used it).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 15:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678172#M15227</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-01-24T15:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678173#M15228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I'll us HTTPService.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 15:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678173#M15228</guid>
      <dc:creator>NoloVegis</dc:creator>
      <dc:date>2012-01-24T15:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678174#M15229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have been trying to figure out the best way to execute a Server Object Extension on one of my rest mapserver services.&lt;BR /&gt;&lt;BR /&gt;The extension takes two arguments. 1. wkid 2. featureset and returns a String.&lt;BR /&gt;Do I just use something like the HttpService or does the Flex API contain a better method like the gp objects?&lt;BR /&gt;&lt;BR /&gt;I'm using Flex API 2.4&lt;BR /&gt;The SOE was writen in C#.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nolo&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Nolo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be some samples illustrating how to do this with the 3.0 samples, which aren't public yet.&amp;nbsp; Are you still having issues with this?&amp;nbsp; I can share the samples with you if you would like?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lloyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Flex Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 15:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678174#M15229</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2012-01-25T15:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678175#M15230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lloyd,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brett&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 18:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678175#M15230</guid>
      <dc:creator>NoloVegis</dc:creator>
      <dc:date>2012-01-27T18:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678176#M15231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lloyd,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Brett&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're getting very close in finalizing the samples, hopefully I can post them within a couple of weeks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lloyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Flex Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 19:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678176#M15231</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2012-02-02T19:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SOE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678177#M15232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Brett,&lt;BR /&gt;&lt;BR /&gt;We're getting very close in finalizing the samples, hopefully I can post them within a couple of weeks.&lt;BR /&gt;&lt;BR /&gt;Lloyd&lt;BR /&gt;Esri Flex Team&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find the sample code that will be released with ArcGIS API 3.0 for Flex &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=db1c5aea1e384a18a36b8a4885a06c70"&gt;on ArcGIS.com (ArcGIS for Flex Elevations SOE)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lloyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Flex Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 20:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/execute-soe/m-p/678177#M15232</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2012-02-16T20:59:02Z</dc:date>
    </item>
  </channel>
</rss>

