Melissa,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). We were able to alter their code to connect to our data. It was a bit of trial and error (as we had no clue what we were doing either), but we got it to work. We really just edited the files directly in a text editor vs having to use VStudio.I have used it over an over for various things - some for creating the XML to generate auto-complete lists. Maybe you can ask someone at ESRI if that is still available and if there are instructions???Robert is the expert at this, but I can tell you that we got it to work without being an expert by any means. 😄Carmen
Nadeem, 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.
Melissa, 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 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.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.