Hi, thanks! But where do I get to the PhaseInterceptorChain? Since it is all done with Spring configurations and cxf/jaxw tags, I am never really exposed to the internals of CXF?
Thanks! Björn Freeman-2 wrote > > Hi, > > The message ID already saved in message exchange if you used > LoggingInInterceptor. > > You can get it using code like > (String > )PhaseInterceptorChain > .getCurrentMessage().getExchange().get(LoggingMessage.ID_KEY); > in your service. > > Freeman > > -- View this message in context: http://cxf.547215.n5.nabble.com/Logging-Message-IDs-tp5709589p5709661.html Sent from the cxf-user mailing list archive at Nabble.com.
