I have a project thats dealing with making SOAP calls to various web services. One in particular returns an array of arrays for the logged in user. When I do a trace() on the return, it traces out as [object Object]. So I assume that this is the Main Array. Everything I do to try and access the contents traces out as undefined. Hope this makes sense. I am unable to post the exact code due to my clients security concerns.
Is their a way I can see this returned array? like a link to the file? Maybe it an array with objects like array.object1, array.object2, array.variable1 etc…
Wondering if the SOAPCall.doLazyDecoding has anything to do with it. Says it handles “Turning on/off the delay of converting SOAP arrays into ActionScript objects”