Using Spring-WS to consume a SOAP API
Even though nowadays REST with JSON is the most common API style, sometimes we need to integrate with an existing SOAP web service. If you already use the Spring framework, a good option is to use the Spring Web Services...