Results 1 to 2 of 2

Thread: Howto log SOAP faults on the serverside

  1. #1
    Join Date
    Oct 2007
    Posts
    28

    Default 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?

  2. #2
    Join Date
    Oct 2007
    Posts
    28

    Default

    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
  •