I am using Apache CXF for my webservices. I’ve created an instance of AbstractSoapInterceptor. In its public void handleMessage(SoapMessage message) throws Fault method I would like to print the XML content of the intercepted message to the console. How can I achieve that?
I am using Apache CXF for my webservices. I’ve created an instance of AbstractSoapInterceptor
Share
Check this out and search for INBOUND INTERCEPTOR. Will place it here for reference…