Guys,
I trying to intercept the reply of the <ws: inbound-gateway> for logging purpose. But the reply channel never is intercepted.
The channelInterceptor implements all pre and post methods (send and receive).Code:<int-ws:inbound-gateway id="ws-inbound-gateway" request-channel="wsRequestChannel" header-mapper="propagateSoapHeaderMapper" reply-channel="wsReplyChannel" /> <int:channel id="wsReplyChannel"> <int:interceptors> <int:ref bean="channelInterceptor" /> </int:interceptors> </int:channel>
How can I get the response messages from <ws:inbound-gateway> and log it ?
Thanks


Reply With Quote
