<?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: Add Library to Arcgis for Server in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427596#M10010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, IMHO you have a choise&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]1[/INDENT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- create &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms950421.aspx"&gt;web service&lt;/A&gt;&lt;SPAN&gt; wich returns all/needed files from arcgis server output directory (for example: &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/07wt70x2.aspx"&gt;.NET Directory.GetFiles()&lt;/A&gt;&lt;SPAN&gt; );[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- call this service from flex client (Your flex map application)[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic run on server&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]2[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- create geoprocessing task wich retuns all/needed files from arcgis server output directory, publish task on arcgis server;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- call this task using arcgis api for flex;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic run on arcgis server&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]3[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- configure arcgis output directory as virtual directory (&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/52879-Return-url-for-arcgisoutput"&gt;here is discussion&lt;/A&gt;&lt;SPAN&gt;);[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- access it from flex client (Your flex map application);[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- loop through folder contents to get needed file names;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic on client side;&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 05:27:43 GMT</pubDate>
    <dc:creator>IvanBespalov</dc:creator>
    <dc:date>2013-02-26T05:27:43Z</dc:date>
    <item>
      <title>Add Library to Arcgis for Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427595#M10009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody, i need your help to program or just find a widget that could help me to list all documents (PDF's) i have, wheter they are in a specific folder or a Server and open one of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rinat S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 19:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427595#M10009</guid>
      <dc:creator>RinatSolorzano_Palero</dc:creator>
      <dc:date>2013-02-25T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Library to Arcgis for Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427596#M10010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, IMHO you have a choise&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]1[/INDENT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- create &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms950421.aspx"&gt;web service&lt;/A&gt;&lt;SPAN&gt; wich returns all/needed files from arcgis server output directory (for example: &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/07wt70x2.aspx"&gt;.NET Directory.GetFiles()&lt;/A&gt;&lt;SPAN&gt; );[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- call this service from flex client (Your flex map application)[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic run on server&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]2[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- create geoprocessing task wich retuns all/needed files from arcgis server output directory, publish task on arcgis server;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- call this task using arcgis api for flex;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic run on arcgis server&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]3[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- configure arcgis output directory as virtual directory (&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/52879-Return-url-for-arcgisoutput"&gt;here is discussion&lt;/A&gt;&lt;SPAN&gt;);[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- access it from flex client (Your flex map application);[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]- loop through folder contents to get needed file names;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;all business logic on client side;&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427596#M10010</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2013-02-26T05:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add Library to Arcgis for Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427597#M10011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thkns for the help...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've done an xml list of all documents updated with a macro using excel&amp;nbsp; (these are stored in a file server so i simply used the url cause are public documents), after i've used this xml list as config for my widget and listed it with datagrid, i understand thats not the best way to do it but al least works...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rinat S..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 20:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/add-library-to-arcgis-for-server/m-p/427597#M10011</guid>
      <dc:creator>RinatSolorzano_Palero</dc:creator>
      <dc:date>2013-03-11T20:44:19Z</dc:date>
    </item>
  </channel>
</rss>

