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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...