ReferenceError: Error #1065

[COLOR=black][FONT=Arial][SIZE=3][FONT=Times New Roman]Hi, I’m retrieving XML from a web service and I got this error. In the error I can see that the web service was processed successively, I think it’s not just fitting in the datagrid. Can someone give a hand?[/FONT][/SIZE][/FONT][/COLOR]


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
 
 <mx:WebService id="threadConsult" wsdl="http://www.camarismo.com/topicos.asmx?WSDL" 
  load="threadConsult.getThreads();" />
 
 <mx:Panel width="724" height="319" layout="vertical">
  <mx:DataGrid id="threadsGrid" dataProvider="{threadConsult.getThreads.lastResult}"/>
 </mx:Panel>
</mx:Application>

Thank you very much