Hello, i'm working on getting some data from an MS SQL database into Flex via a .NET Web Service. Right now i'm experimenting with the best/easiest ways to pass the data to flex. I have 2 fields that i have to pass in from each record. Currently, i'm have 3 functions, one returns a String, one an Array of Strings and one returns a DataSet type.
My question is, would i assemble my own XML and concatenate everything together in one String then return it as XML in my <mx:Webservice> tag? I have tried a few combinations with that and also with the array of strings and nothing seems to work out. I know that Flex can't natively read the .NET DataSet type, how would i go about parsing that myself? If anyone has any ideas, even conceptual ones to brainstorm, that'd be great. Thanks in advance. Steve Jost c:Spot InterWorks

