I coded a webservice whose return type is DataSet in ASP.NET(3.5). When I added
this webservice in Flash 8's authoring environment it completely resolved it's
WSDL showing result of type array. But while binding this to a datagrid, it's
showing nothing on triggering the web service. I am stuck on this since very
long. Please HELP!!!

I suspect that may be DataSet data type is not recognisable by flash. If it is
so then why it's resolving the schema of the function call with result of type
array? Also if this is the case what should i give as return type in web
service when i want to pass a set of data??