Is there a way to display or log verbose communication DURING a remote service call with flex? In particular is there a way to get very detailed information about the service call while it is happening. Kind of like tracing HTTP headers from a command line. Basically, getting insight into the server transaction before the result or fault events occur?
I am assuming there must be a convenient way to expose stuff like IP addresses, DNS lookups, number of hops, latency, HTTP headers, AMF data as it is coming over the wire, etc.