We have Spring MVC application with layers controller, service, dao and more. We also have SOAP Web Services. I'm struggling with which layer the app should consume the SOAP service. Is it in the controller (maybe create a separate method and call it from controller method)? or is it in the service layer? Thanks.We have Spring MVC application with layers cont