On 14/06/2012 18:33, Marco Pas wrote:
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.
I wrote my own interceptors based heavily on the standard interceptors.
But it was a lot of work and is fragile in that changes to the standard
interceptors won't get picked up by yours.
So I proposed a change to the standard interceptors to make them more
extensible: https://issues.apache.org/jira/browse/CXF-4368
I only did this a couple of days ago, it hasn't been picked up yet.
Jim