|
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: 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
|
- RE: [flexcoders] WebSercices, result, Array, DataGri... Matt Chotin
- R: [flexcoders] WebSercices, result, Array, Dat... Francesco
- Re: [flexcoders] WebSercices, result, Array, Da... Isidro Leos Viscencio

