CXF get soap message text before and after that policy feature does its magic

Viewed 20

With CXF, is it possible to get the soap message text before and after that policy feature does its magic?

[clientFactoryBean.setFeatures(Collections.singletonList(policyFeature))]

with LoggingOutInterceptor and LoggingOutInterceptor

[clientFactoryBean.getOutInterceptors().add(new LoggingOutInterceptor)]

I can only get the final (and secured) message full of </xenc:CipherData> that is not very usefull to store and query in the future... (I would like to have both of them the clear one and cipher one)

Thank you.

0 Answers
Related