if (LOGGER.isTraceEnabled()) { LOGGER.trace("Outbound <--- Response:[" + SOAPUtil.soapMessageToString(response) + "]"); }
The above code in OutboundHandler.handleMessage(..) is placed wrongly, thus TRACE log for the response always results in as follow:
15:03:12,191 TRACE [org.switchyard.component.soap.OutboundHandler] Outbound <--- Response:[<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header/> <soap:Body/> </soap:Envelope>