The following web service call returns XML data with namespace prefix on every element. How do I handle this with Flex so I can display the data in a DataGrid? The examples that I have seen don't have the namespace prefix issue that I'm facing.
http://www.cameroontrader.com:8080/axis/services/ContactService?method=getContacts I tried something like the following but it didn't work. <mx:DataGrid id="entries" width="{reader.width-15}" dataProvider="{httpServ.lastResult.getContactsResponse.getContactsReturn}"> </mx:DataGrid> Thanks. Gabsaga ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
