Hi to all,
 
I solved my problem :-)
 
The problem was in the WebService taken from the web and not in the flex code ...
 
I create a new WebService and now it works !!  :-)
 
Thanks to all
Francesco
-----Messaggio originale-----
Da: [email protected] [mailto:[EMAIL PROTECTED]Per conto di Matt Chotin
Inviato: giovedì, 26. maggio 2005 17:20
A: [email protected]
Oggetto: RE: [flexcoders] WebSercices, result, Array, DataGrid - Problems

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