I know how to create a REST based web service with automatic deserialization of the data to objects, using CXF. But how do I create a SOAP based web service using CXF? I need a similar deserialization of the SOAP call data to java objects.
Thanks in advance
I found the solution, and here is how it goes…
POM.xml
Beans.xml
Java
Hope that helps the needy!