Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Unassigned
Components: component-soap
Created: 31/Jul/13 2:06 AM
Description:
            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>
Project: SwitchYard
Priority: Minor Minor
Reporter: Tadayoshi Sato
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira