Spring WS Logging Soap Messages
When developing or debugging a Soap Web Service, you want to inspect the request and/or response, to see what you are sending/receiving. Spring WS offers this functionallity via the standard Commons Logging interface. In...