<?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: Any guide to write server side code? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665667#M14935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Xinato,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have got your geoproceesing service running on your server you can use the geoprocessing widget (if you are using the flex viewer) to run your gpservice:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget/01m30000003t000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget/01m30000003t000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are just using the API, you will need to write your code, some example can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Population_for_any_area/01nq00000023000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Population_for_any_area/01nq00000023000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 15:29:03 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2012-10-25T15:29:03Z</dc:date>
    <item>
      <title>Any guide to write server side code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665663#M14931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I want to do some job on server side, and then transfer the results to client, how to implement it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any reply and suggestion is highly anticipated and appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 01:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665663#M14931</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-10-24T01:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide to write server side code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665664#M14932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS for developers &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/getting-started/articles/026n00000009000000.htm"&gt;1&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/01w2/01w200000002000000.htm"&gt;2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/rest/apiref/"&gt;ArcGIS REST API for 10.1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/soap/10.1/"&gt;SOAP SDK&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 04:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665664#M14932</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-10-24T04:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide to write server side code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665665#M14933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Xinato,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are various examples in the help files that provide step by step instructions on setting up geoprocessing services:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Guide_to_the_geoprocessing_service_examples/002v00000013000000/" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Guide_to_the_geoprocessing_service_examples/002v00000013000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope these are of some use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 05:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665665#M14933</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-24T05:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide to write server side code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665666#M14934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you guys! After creating a geoprocessing tool, then we can call it from the client. Are there any examples? I should Google it by myself, but if it is convenient for you, the answers are highly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665666#M14934</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-10-25T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide to write server side code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665667#M14935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Xinato,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have got your geoproceesing service running on your server you can use the geoprocessing widget (if you are using the flex viewer) to run your gpservice:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget/01m30000003t000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget/01m30000003t000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are just using the API, you will need to write your code, some example can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Population_for_any_area/01nq00000023000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Population_for_any_area/01nq00000023000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 15:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/any-guide-to-write-server-side-code/m-p/665667#M14935</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-25T15:29:03Z</dc:date>
    </item>
  </channel>
</rss>

