Hi My webservice has one method void send(String msg ).
I'm trying to set HTTP header (e.g Content-Type) in webservice using Interceptor. I have implemented an Interceptor extending AbstractPhaseInterceptor and added his in Phase.POST_PROTOCOL. I can see from the logs that this interceptor get registered but when an HTTP response is sent the handleMessage() is never invoked. What could be the reason? rgds minred -- View this message in context: http://cxf.547215.n5.nabble.com/Interceptor-not-invoking-handleMessage-custome-HTTP-headers-in-response-tp4383719p4383719.html Sent from the cxf-user mailing list archive at Nabble.com.
