[jboss-user] [JBossWS] - Re: How to log entire incoming and outgoing message?
abhay_ps
do-not-reply at jboss.com
Fri May 16 05:28:23 EDT 2008
I have enabled following in jboss-log4j to log incoming request/response at server side
<!-- Enable JBossWS message tracing
| <category name="org.jboss.ws.core.MessageTrace">
| <priority value="TRACE"/>
| </category>
|
| and
| <root>
| <priority value="TRACE"/>
| </root>
|
| in java class
| private static final Logger logger = Logger.getLogger(SOAPImpl.class);
|
|
I am getting so much other information in log file but not what I need the SOAP request and response.
What else is missing ??
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151307#4151307
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151307
More information about the jboss-user
mailing list