Details
Description
When start a CXF Soap service via endpoint cxf:// with loggingFeatureEnabled=true,
for instance "cxf://http://127.0.0.1:8020/services/BeanAsService?dataFormat=PAYLOAD ...... &loggingFeatureEnabled=true"
The REQ_IN and RESP_OUT messages are logged when calling the Soap service.
But missing the Payload(body) in the messages. (only the ServiceName/PortName/PortTypeName/Headers are logged)
Attached a demo project can be used to reproduce this issue.
(while the "cxfrs://" endpoint with loggingFeatureEnabled=true is able to have the Payload logged as expected when calling the service)