Hi!
You can always turn on TRACE debugging on the ws messages. There is an uncommented row in
the JBOSS_HOME/server/default/conf/log4j.xml. Now you will see the messages in the
JBOSS_HOME/server/default/log/server.log file.
By default the CONSOLE-appender in log4j.xml has a threshold parameter set to INFO. This
makes log4j to reject all messages with lower priority than this value. If you set
threshold to TRACE you will get a lot of info, more than you want.
You can always create a handler
(
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#Handler_Fram...) to
monitor the result of the ws, but it might be tricky. Another way is to create an http
filter ([
url]http://java.sun.com/products/servlet/Filters.html) that will check your
incoming request and outgoing response.
Best
Oskar
[/url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030495#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...