SOAP Transformation With Apache Camel Java DSL
Got a bunch of SOAP services staring you in the face? Fear not! by
Join the DZone community and get the full member experience.Join For Free
One of the most common issues that we usually tackle with customers when modernizing legacy integrations is when they have a collection of legacy SOAP web services that don t integrate well enough with the modern RESTful-based clients.
In this article, we are going to use Apache Camel to build a REST endpoint that will translate REST calls to a SOAP envelope, get the response, and send it back to the client.