I am developing a web service proxy that has number of operations. There are some operations which it serves locally and for other it simply delegates the call to similar service to get the response. I am using interceptor to intercept the call and based on action, either the request is served locally or application calls another service to fetch the response. In case where response is fetched from other service, I am unable to send back the response XML that I am receiving from the Interceptor.
Kindly let me know as to how the response must be formatted in Interceptor so that it gets processes correctly. -- View this message in context: http://cxf.547215.n5.nabble.com/Sending-custom-response-from-Interceptor-tp3368193p3368193.html Sent from the cxf-user mailing list archive at Nabble.com.
