hi *TRY THIS
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="wsid.getWSMethod.send()"> <mx:WebService id="**wsid**" wsdl="http://webserviceurl" useProxy="false"> </mx:WebService> <mx:DataGrid x="30" y="75" id="dgTopPosts" width="400" dataProvider="{**wsid.getWSMethod**.lastResult}"/> </mx:Application> *Ritesh On Mon, Mar 3, 2008 at 5:08 PM, kapil b <[EMAIL PROTECTED]> wrote: > Hello Folks, > > I like to acquire more information on flex and web services, can anybody > give me the links to tutorials and examples , i want to build a single > project in eclipse handling body dynamic web and flex. > > I am also facing trouble with java.util.List as JAX-RPC 1.1 specification > doesn't support it. > Here i want to retrieve list and populate it in flex grid using > <mx:WebService> > > > Thanks and Regards, > > Kapil > > ------------------------------ > Unlimited freedom, unlimited storage. Get it > now<http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > >

