I want to log raw soap post requests if there are any errors , I am using JAX-WS. Any help will be appreciated.
Is there an easy way (aka: not using a proxy) to get
I think that what you need is an handler, see: http://jax-ws.java.net/articles/handlers_introduction.html With handler you can intercept web service call, and have access to all the SOAP message.