<?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: Advice on linking to data from Flex Viewer to SQL Server? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383100#M10998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Not much more I can elaborate on the development of a .Net webservice is completely specific to your data and as I said there are many examples out there, but you will have to have a fairly decent .Net programming ability to get started. Once you have the web service returning your data as xml than parsing it in flex is pretty easy. I don't think I can dumb this down with a generic example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 20:23:58 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2010-11-29T20:23:58Z</dc:date>
    <item>
      <title>Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383095#M10993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know using just Flex there is no way to link to SQL Server but I was hoping to get some dialog going from the experts out there on the best and easiest way to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have my Flex Viewer 2.1 and want to pass my parcel ID to SQL Server to return additional records.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Questions (Opinions): &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is the easiest to learn for beginners?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which method returns data fastest and taxes the server the least?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking to take a class to learn how to do this (I wish ESRI had a class that explained connecting databases when building web mapping apps).&amp;nbsp; I am not sure which service type I should use.&amp;nbsp;&amp;nbsp; In Flex you can use Blaze, Cold Fusion, HTTP, LCDS, PHP, Web Service or XML to connect to data services.&amp;nbsp; Maybe there are others out there as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has experience with any of these good or bad some advice would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melissa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383095#M10993</guid>
      <dc:creator>MelissaJohnson</dc:creator>
      <dc:date>2010-09-29T12:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383096#M10994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Melissa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not sure about the other ways out there but I use ASP.Net Webservice to do that on my site. I can't really talk about the ease of creating this service as I have been a .Net Developer for many years, so it came naturally to me. I do&amp;nbsp; know there are many examples that you can Google of how to create a web service in dot net. My querying of my SQL Server 2005 is very responsive and the data is just returned as XML so Flex has not issue traversing it. You will want to keep your queried data to exactly what you need and try to limit the amount returned. I pass a Parcel ID Number to my web service and that will ensure I only get one record returned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383096#M10994</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-29T13:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383097#M10995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert!&amp;nbsp; I have Googled the asp.net webservices for tutorials and had problems with them.&amp;nbsp; I am using the Visual Studio express 10 and haven't been successful following the instructions in them without getting errors.&amp;nbsp; I will keep looking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melissa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 17:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383097#M10995</guid>
      <dc:creator>MelissaJohnson</dc:creator>
      <dc:date>2010-09-30T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383098#M10996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Melissa,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not sure about the other ways out there but I use ASP.Net Webservice to do that on my site. I can't really talk about the ease of creating this service as I have been a .Net Developer for many years, so it came naturally to me. I do&amp;nbsp; know there are many examples that you can Google of how to create a web service in dot net. My querying of my SQL Server 2005 is very responsive and the data is just returned as XML so Flex has not issue traversing it. You will want to keep your queried data to exactly what you need and try to limit the amount returned. I pass a Parcel ID Number to my web service and that will ensure I only get one record returned.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also in a situation where I have to pass user input and access data from SQL Server database to be presented in a data grid. Could you elaborate on the steps that you have taken in your project&amp;nbsp; to facilitate this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nshaukat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 20:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383098#M10996</guid>
      <dc:creator>NadeemShaukat</dc:creator>
      <dc:date>2010-11-29T20:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383099#M10997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am taking an ASP.net class next week so I can learn more about coding a webservice to access my SQL server data.&amp;nbsp; I searched through the web and found some helpful links, but they just didn't quite take me where I need to be in the details of coding the webservice for my purposes.&amp;nbsp; Hopefully things will be clearer for me after the class!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 20:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383099#M10997</guid>
      <dc:creator>MelissaJohnson</dc:creator>
      <dc:date>2010-11-29T20:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383100#M10998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Not much more I can elaborate on the development of a .Net webservice is completely specific to your data and as I said there are many examples out there, but you will have to have a fairly decent .Net programming ability to get started. Once you have the web service returning your data as xml than parsing it in flex is pretty easy. I don't think I can dumb this down with a generic example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 20:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383100#M10998</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-29T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383101#M10999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Melissa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Good luck in the class. Let us know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 20:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383101#M10999</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-29T20:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383102#M11000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Melissa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About a year ago, we got a "Web handler/service" from ESRI called "GeoRSSSite" that we used to access data from a SQL table (Fire Truck locations updated every minute). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to alter their code to connect to our data.&amp;nbsp; It was a bit of trial and error (as we had no clue what we were doing either), but we got it to work.&amp;nbsp; We really just edited the files directly in a text editor vs having to use VStudio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used it over an over for various things - some for creating the XML to generate auto-complete lists.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you can ask someone at ESRI if that is still available and if there are instructions???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert is the expert at this, but I can tell you that we got it to work without being an expert by any means. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383102#M11000</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2010-11-30T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383103#M11001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Not much more I can elaborate on the development of a .Net webservice is completely specific to your data and as I said there are many examples out there, but you will have to have a fairly decent .Net programming ability to get started. Once you have the web service returning your data as xml than parsing it in flex is pretty easy. I don't think I can dumb this down with a generic example.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a .net webservice where some of the functions return a single table (which works fine in FB4) but there are some that return an array of tables. This is causing me some grief in drilling in to the individual tables to get the data. Do you have any experience with this. Any suggestion is appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 21:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383103#M11001</guid>
      <dc:creator>RickBaker</dc:creator>
      <dc:date>2010-12-01T21:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383104#M11002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can the Flex Viewer connect to the webservice of your choice, such as a ColdFusion webservice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 15:27:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383104#M11002</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-12-20T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383105#M11003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One of the options under Connect to Data/Service is Connect to Cold Fusion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 17:06:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383105#M11003</guid>
      <dc:creator>MelissaJohnson</dc:creator>
      <dc:date>2010-12-20T17:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383106#M11004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Melissa!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been successful connecting to a CF webservice in Flash. Maybe this is not possible, but I was wondering if I could connect/use a coldfusion webservice in the Flex Viewer 2.1 without Flash. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emily&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 17:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383106#M11004</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-12-20T17:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383107#M11005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe someone else can answer your question.&amp;nbsp; I am really new to Flex.&amp;nbsp; I just knew that Cold Fusion was one of the options.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 17:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383107#M11005</guid>
      <dc:creator>MelissaJohnson</dc:creator>
      <dc:date>2010-12-20T17:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383108#M11006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Emily,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is no widget or anything built into FlexViewer 2.1 to allow connecting to a CF Web Service. Connecting to a CF Web service is definitely very custom and have to be coded by a developer that know what the web service is providing and what to do with it once it has it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 17:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383108#M11006</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-12-20T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383109#M11007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've gone through a few tutorials of setting up a webservice and returning my sql data as xml and parsing into a flex application... and got it to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'd like to show the data in my Sample Flex Viewer using the webservice. I've tried adding a few lines to my searchwidget to display the data but I'm not having much luck. Can anyone give me some help? Or is this NOT the way I should be doing this... should I be trying to �??Pass Search Parameters via URL in Sample Viewer�?�?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ultimately I'd like to either search for a streetlight and get the sql data or possibly click on the streetlight and have this info appear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will greatly be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 19:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383109#M11007</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-05-10T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383110#M11008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Melissa,&lt;BR /&gt;&lt;BR /&gt;About a year ago, we got a "Web handler/service" from ESRI called "GeoRSSSite" that we used to access data from a SQL table (Fire Truck locations updated every minute). &lt;BR /&gt;&lt;BR /&gt;We were able to alter their code to connect to our data.&amp;nbsp; It was a bit of trial and error (as we had no clue what we were doing either), but we got it to work.&amp;nbsp; We really just edited the files directly in a text editor vs having to use VStudio.&lt;BR /&gt;&lt;BR /&gt;I have used it over an over for various things - some for creating the XML to generate auto-complete lists.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Maybe you can ask someone at ESRI if that is still available and if there are instructions???&lt;BR /&gt;&lt;BR /&gt;Robert is the expert at this, but I can tell you that we got it to work without being an expert by any means. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Carmen&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Carmen..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you share the Web handler/service" from ESRI called "GeoRSSSite"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nasif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383110#M11008</guid>
      <dc:creator>NasifAlshaier</dc:creator>
      <dc:date>2011-06-22T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383111#M11009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Melissa,&lt;BR /&gt;&lt;BR /&gt;About a year ago, we got a "Web handler/service" from ESRI called "GeoRSSSite" that we used to access data from a SQL table (Fire Truck locations updated every minute). &lt;BR /&gt;&lt;BR /&gt;We were able to alter their code to connect to our data.&amp;nbsp; It was a bit of trial and error (as we had no clue what we were doing either), but we got it to work.&amp;nbsp; We really just edited the files directly in a text editor vs having to use VStudio.&lt;BR /&gt;&lt;BR /&gt;I have used it over an over for various things - some for creating the XML to generate auto-complete lists.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Maybe you can ask someone at ESRI if that is still available and if there are instructions???&lt;BR /&gt;&lt;BR /&gt;Robert is the expert at this, but I can tell you that we got it to work without being an expert by any means. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Carmen&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am definitely interested in learning more about how you did this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 13:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383111#M11009</guid>
      <dc:creator>MeghanMcGaffin</dc:creator>
      <dc:date>2011-06-27T13:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383112#M11010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a link to&amp;nbsp; a thread tha might help where I was trying to ascertain how to get the results back from a .net webservice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/23798-calling-webservices-from-action-script-order-of-events?p=78120#post78120"&gt;http://forums.arcgis.com/threads/23798-calling-webservices-from-action-script-order-of-events?p=78120#post78120&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 08:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383112#M11010</guid>
      <dc:creator>grahamcooke</dc:creator>
      <dc:date>2011-06-29T08:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383113#M11011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Carmen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide the sample and details of the sample that you received from ESRI on the GeoRSSSite?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:10:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383113#M11011</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-08-31T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on linking to data from Flex Viewer to SQL Server?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383114#M11012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry - I have just stumbled on these requests.&amp;nbsp; I don't think I received an email notification.&amp;nbsp; Attached is a .zip file of the contents of the "GeoRSSSite" that we received from Jonathan Fisk when he was with ESRI-Charlotte.&amp;nbsp; Also, there is a document that we made with notes on what had to be done.&amp;nbsp; The notes are far from complete but maybe will get you started.&amp;nbsp; It has been so long that I couldn't provide any more details - I just remember floundering around until it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 17:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advice-on-linking-to-data-from-flex-viewer-to-sql/m-p/383114#M11012</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2012-10-18T17:04:37Z</dc:date>
    </item>
  </channel>
</rss>

