Need client side org.springframework.ws.server.endpoint.interceptor .PayloadLoggingI
Do we have anything like this "org.springframework.ws.server.endpoint.intercepto r.PayloadLoggingInterceptor"
on webservice client side like "org.springframework.ws.client........interceptor. PayloadLoggingInterceptor"
I dont see it. I want to attach a logger to client webservicetemplate. Any ideas would be appreciated. we defined marshaller/unmarshaller at webservice template configuration level and then we are using marshalSendAndReceive(..) method . I want to log the request in xml that is marshalled inside the method and also the reponse that we get in xml . because of the above method I am dealing the data objects directly. i want to trace the entire flow.
thanks
-Sekhar