I have a CXF SOAP web service.
My service returns faults with an http code of 500.
My client is written in Flex, which only accepts messages with http
codes of 200.
I would like to write an outbound interceptor that converts the http
code from 500 to 200 any time one of my faults is being thrown.
What interceptor phase should I write this in?
Is there an existing outbound interceptor that I should subclass?
Thanks,
--
Hamlet D'Arcy