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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Check this out and search for INBOUND INTERCEPTOR. Will place it here for reference...
|
|||
|
|
|
Any reason you cannot just use the |
||||
|
|
|
You can also use a feature for this:
|
||||
|
|