<?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: How to call a Rest SOE in flex? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603524#M2882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;REST is based on HTTP so in order to call the REST SOE endpoint you simply send an HTTP request (GET or POST) to the endpoint (URI) using whatever mechanism is provided by the Flex framework.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URI that you send the request to consists of a fixed prefix and REST SOE schema specific suffix.&amp;nbsp; Use the REST Services Directory in order to understand how to form the URL.&amp;nbsp; It is essentially a hierarchical scheme.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The typical response to a request is JSON.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to see trivial SOE examples then look in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\Samples\ArcObjectsNet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that you should be able to find a large number of Flex examples which call HTTP services.&amp;nbsp; The REST SOE is really just a REST endpoint which is called using HTTP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Dec 2012 12:10:11 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2012-12-29T12:10:11Z</dc:date>
    <item>
      <title>How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603521#M2879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are there any examples or sample codes? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 17:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603521#M2879</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-12-27T17:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603522#M2880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are there any examples or sample codes? Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any of your comments and suggestions are highly appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2012 01:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603522#M2880</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-12-29T01:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603523#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never used Flex but it looks like the help has samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to this page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/communities/flex-api/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/communities/flex-api/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look on the right hand side for Samples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2012 11:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603523#M2881</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2012-12-29T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603524#M2882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;REST is based on HTTP so in order to call the REST SOE endpoint you simply send an HTTP request (GET or POST) to the endpoint (URI) using whatever mechanism is provided by the Flex framework.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URI that you send the request to consists of a fixed prefix and REST SOE schema specific suffix.&amp;nbsp; Use the REST Services Directory in order to understand how to form the URL.&amp;nbsp; It is essentially a hierarchical scheme.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The typical response to a request is JSON.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to see trivial SOE examples then look in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\Samples\ArcObjectsNet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that you should be able to find a large number of Flex examples which call HTTP services.&amp;nbsp; The REST SOE is really just a REST endpoint which is called using HTTP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2012 12:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603524#M2882</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2012-12-29T12:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603525#M2883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;REST is based on HTTP so in order to call the REST SOE endpoint you simply send an HTTP request (GET or POST) to the endpoint (URI) using whatever mechanism is provided by the Flex framework.&lt;BR /&gt;&lt;BR /&gt;The URI that you send the request to consists of a fixed prefix and REST SOE schema specific suffix.&amp;nbsp; Use the REST Services Directory in order to understand how to form the URL.&amp;nbsp; It is essentially a hierarchical scheme.&lt;BR /&gt;&lt;BR /&gt;The typical response to a request is JSON.&lt;BR /&gt;&lt;BR /&gt;If you want to see trivial SOE examples then look in:&lt;BR /&gt;&lt;BR /&gt;C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\Samples\ArcObjectsNet&lt;BR /&gt;&lt;BR /&gt;I think that you should be able to find a large number of Flex examples which call HTTP services.&amp;nbsp; The REST SOE is really just a REST endpoint which is called using HTTP.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 15:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603525#M2883</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-12-31T15:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rest SOE in flex?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603526#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;extra info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this soe you can see how to call via flex&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=87BEC705-1422-2418-34B5-308930DE323A"&gt;http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=87BEC705-1422-2418-34B5-308930DE323A&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 08:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-call-a-rest-soe-in-flex/m-p/603526#M2884</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-01-02T08:46:30Z</dc:date>
    </item>
  </channel>
</rss>

