I am using an httpservice to retrieve an XML document. I want to find out the httpstatus I am receiving on the call to handle errors. (Specifically, I'm looking for a 30x code to handle a redirect if the session has timed out.)
It does not seem that the either the fault or result events from httpservice.send() contain this information. I also see that there is an HTTPStatusEvent in flex, but it does not appear that httpservices trigger this event. Can anyone help? Thank you. -Brad Keck

