users@jaxb.java.net

What interceptor phase for HTTP Code 500 to 200 conversion?

From: D'Arcy, Hamlet B <Hamlet.DArcy_at_Pearson.com>
Date: Fri, 7 Aug 2009 14:54:26 -0500

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