[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2007-01-03 Thread joeh
anonymous wrote : The log4j category "jbossws.SOAPMessage" needs to be set to TRACE This doesn't work for me, or I'm misunderstanding. I've deployed a jsr109 EJB endpoint. I would like jboss to log the SOAP request and response. Are you saying that just enabling this log4j category should cause

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2006-12-29 Thread [EMAIL PROTECTED]
The log4j category "jbossws.SOAPMessage" needs to be set to TRACE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996899#3996899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996899 _

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2006-12-26 Thread bbredohl
With a MessageHandler you can see the SOAP Message too. Look here: http://labs.jboss.com/portal/jbossws/user-guide/en/html/headers-handlers.html In a JSR-181 endpoint you can user the @HandlerChain annotation | @HandlerChain(name = "handlerChain", file = "resource://META-INF/handler.xml") ha

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2006-12-26 Thread pshankar
Try deploying the sample web services and run the sample clients. The client will print the SOAP request/envelope log. If you use eclipse you can use the soap request monitoring feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996289#3996289 Reply to