I have been fiddling around with serverside interceptors on cxf, but is seems that it is not a trivial task to implement a simple incoming and outgoing interceptors that give me a plain strings containing the soap xml.
I need to have the plain xml in the interceptor so that i can use them for specific logging tasks. The standard LogIn & LogOut interceptors are not up to the task. Anyone willing to share some example on how i could implement a simple incoming interceptor that is able to get the incoming soap xml and a outgoing interceptor to again get the soap xml. /Marco
