Hi
I am working on a flex application which communicates with a Rails backened. When i request for some data, It sends back xml feed.
In some cases, if given parameters are not valid, then rails return an error feed with status code = 422 as following email is wrong
But I dont get this feed in FaultEvent of Flex, How could i read error feed?
Thanks