SyntaxFix
Write A Post
Hire A Developer
Questions
When configuring log4j.properties, putting org.apache.cxf logging level to INFO is enough to see the plain SOAP messages:
log4j.properties
org.apache.cxf
INFO
log4j.logger.org.apache.cxf=INFO
DEBUG is too verbose.