Skip to Content
0
Former Member
Dec 05, 2008 at 01:00 PM

Fetching Webservice data into DataGrid in Flex 3

22 Views

Hi ,

I am calling a web service in the Flex builder. I am trying to return the data from Webservice into a Datagrid.

One of my output table is an export parameter in the Web service...How do i specify which output table am returning into the grid?

My datagrid deign in mxml is here

<mx:DataGrid x="124" y="195" id="Custlist" dataProvider=""/>

Can anybody tell me the code to fill the grid from the webservice.

I have tried the following but getting error : unknown property IT_GETCUSTLIST.

dgcustlist = WS.getOperation("Z_Cust_Getdetails").result.IT_GETCUSTLIST.

Regards

Sireesha.