When using flex remote objects is there a way to look at the raw data received back from the server, for example as string?
I have a faultHandler set in my code and occasionally see faults, but the fault description in flex is very vague. For example, it might show 'Delivery In Doubt', or similar.
I just want to know for sure whether I received any data from the server, and ideally, what it was. Possibly if I had a server side error, I could see it in my client log in that case.
Note that these failures are not easy to reproduce, and I am familiar with sniffers such as fiddler. The issue is end users will occasionally have a fault, which I keep track of, but I am hoping to get more information to figure out why.