Skip to content

SoapEnvelopeLoggingInterceptor won't log [SWS-789] #871

@gregturn

Description

@gregturn

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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions