# ReferenceError: Error #1065

**URL:** https://forum.kirupa.com/t/referenceerror-error-1065/229770
**Category:** flash
**Created:** [June 20, 2007, 3:09am UTC](https://forum.kirupa.com/t/referenceerror-error-1065/229770 "2007-06-20T03:09:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Rinaldi](https://avatars.discourse-cdn.com/v4/letter/r/58956e/32.png) [@Rinaldi](https://forum.kirupa.com/u/Rinaldi)
#### Post date: [June 20, 2007, 3:09am UTC](https://forum.kirupa.com/t/referenceerror-error-1065/229770/1 "2007-06-20T03:09:11Z")

</div>

[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]

```auto

<?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
