Hi All: I used CXF 3.1.6 and was trying to use this interceptor to get jaxws raw soap message and it works
https://github.com/apache/cxf/blob/master/core/src/main/java/org/apache/cxf/interceptor/LoggingInInterceptor.java But I need to log some elements of soap body at the same time by MessageContentsList.getContentsList(message) but get a null exception. I try to change default phase of this interceptor from RECEIVE to many but seems none of each one could get both them, any advice is welcome! Regards, Victor -- View this message in context: http://cxf.547215.n5.nabble.com/get-Message-getContentList-with-raw-message-at-inbound-logging-interceptor-tp5769354.html Sent from the cxf-user mailing list archive at Nabble.com.
