Not sure what you mean exactly. Web services always return xml (that's how they work), and Flex parses the results into either objects, e4x structure or xml text, depending on what you set the resultFormat attribute of your mx:operation tag to. The default is object, so your ws should be returning an object structure to you. I probably can't help much beyond that because I always set resultFormat = "e4x", but make sure you understand what is actually being returned to your Flex app.
Ben --- In [email protected], "bghoward3" <[EMAIL PROTECTED]> wrote: > > not using xml,this is a query set > > --- In [email protected], "ben.clinkinbeard" > <ben.clinkinbeard@> wrote: > > > > I had this issue a while back and I am pretty sure it was a > namespace > > issue. Does the data returned from the WS contain a default > namespace? > > > > As in xmlns="http://yoursite.com/someUrl". If so, you'll need to > use a > > labelFunction. I posted about this a while back: > > http://www.returnundefined.com/2006/07/datagrid-labelfunction-and- > namespaces/ > > > > HTH, > > Ben > > > > --- In [email protected], "bghoward3" <billhoward@> wrote: > > > > > > i am populating a datagrid via a web service, i am succesfully > making > > > the connection and pulling in data however when the datagrid > populates > > > no text appears in the grid. i know it is filling it with data > because > > > the correct number of lines are added to the grid when the > connection > > > is made, it just does not seem to display the content > > > > > > any thoughts? > > > > > > thank you > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

