You’re bound to myService.GetAllHeaders.result right?  And is that value null or OK?  If OK, what is the length, 9?  If so maybe don’t trust the debugger and write a little debugging code to see the value of your objects. 

 

for (var p in myService.GetAllHeaders.result[0])

  trace(p + ‘ = ‘ + myService.GetAllHeaders.result[0][p]);

 

Matt

 


From: [email protected] [mailto:[email protected]] On Behalf Of Francesco
Sent: Thursday, May 26, 2005 10:47 AM
To: [email protected]
Subject: R: [flexcoders] WebSercices, result, Array, DataGrid - Problems

 

When I call a WebService the "result" is empty but if i look with the Network Monitor the "response" is full.

 

Is that a problem with the web Service?

 

here is what i see with the debugger; (all object should be full with items...)



Yahoo! Groups Links

Reply via email to