log4j.logger.org.springframework.ws.client.MessageTracing.sent=TRACE
log4j.logger.org.springframework.ws.client.MessageTracing.received=TRACE
Here's what you might observe in the logs:
2012-08-02 12:31:49,615 TRACE [org.springframework.ws.client.MessageTracing.sent] - Sent request [<SOAP-ENV:Envelope...
2012-08-02 12:31:50,581 TRACE [org.springframework.ws.client.MessageTracing.received] - Received response [<env:Envelope
For more info about message logging see this chapter of the excellent Spring WS documentation.
No comments:
Post a Comment