-
Feb 4th, 2008, 10:26 AM
#1
Howto log SOAP faults on the serverside
Hi,
I am fully aware that it is possible to log requests and reponses using the
org.springframework.ws.server.endpoint.interceptor .PayloadLoggingInterceptor.
I can see that this works perfectly fine as long as the result is not a soap fault.
However, if I create a soap fault, by using a subclass of the SoapFaultMappingExceptionResolver, the fault response is not logged by the PayloadLoggingInterceptor.
Any ideas how I can add logging of soap faults?
-
Feb 5th, 2008, 05:54 AM
#2
Never mind.
I've found out that the org.springframework.ws.soap.server.endpoint.interc eptor.SoapEnvelopeLoggingInterceptor does just that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules