How to use PayloadLoggingInterceptor and SOAPLoggingInterceptor interceptors while consuming a third party web service
In my application, I am consuming a third party web-service that is provided by my client. I have developed my application on Spring and Hibernate framework and in one module I am consuming this third party web-service url. I have generated web-service stubs using javab2-maven-plugin The maven plugin in declared as below in my pom.xml file : <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>xjc</id> <goals> <goal>xjc</goal> </goals> </execution> </executions> <configuration> <!-- Package to store the