[
https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758402#action_12758402
]
Chris Twiner commented on MUSE-299:
-----------------------------------
just added after the invoke:
// HACK part two (issue 299) log the response
if (router.getLog().getLevel() == Level.FINE && soapResponse != null)
{
LoggingUtils.logMessage(router.getLog(), soapResponse, false);
}
> SOAP responses are not logged
> -----------------------------
>
> Key: MUSE-299
> URL: https://issues.apache.org/jira/browse/MUSE-299
> Project: Muse
> Issue Type: Bug
> Components: Deployment - Axis2
> Affects Versions: 2.2.0
> Reporter: Francesco Scandelli
> Assignee: Chris Twiner
> Fix For: 2.2.1, 2.3.0
>
>
> The documentation
> (http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html)
> says that setting the logging level to FINE will cause Muse to record every
> SOAP request and response that it processes but actually only the requests
> are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]