I have configured Spring Mvc 4 with Restful services(annotation based) in my E commerce Web Application. Now I need to also use SOAP in order to integrate with a bank API . My Spring MVC 4 configuration is completely annotation based and is using JSon .
I followed the following link https://spring.io/guides/gs/consuming-web-service/ for consuming a web service and integrated it with my spring mvc 4 application and it works.