-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
Lino Cibran opened SWS-789 and commented
The SoapEnvelopeLoggingInterceptor does not log request/responses.
I'm using 2.1.0.RELEASE spring-ws-core, with the SoapEnvelopeLoggingInterceptor as the first/only interceptor (I usually have the payload and validation interceptors also).
<!-- ordered(!) list of interceptors -->
<sws:interceptors>
<bean id="soapInterceptor"
class="org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor">
<property name="logFault" value="true" />
<property name="logRequest" value="true" />
<property name="logResponse" value="true" />
</bean>
and setting log4j level to debug on org.springframework.ws.server.endpoint.interceptor to debug.
If I add the PayloadLoggingInterceptor, I can see the Payload request/responses. I don't see the soap request/response or fault logging.
Affects: 2.1 GA
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug