Author: Roshan Thomas

  • SOAP web service using Apache CXF and Spring

    In this article I will explain how to expose SOAP web service using Apache CXF and Spring framework. If you are using maven, add this to your maven pom file to download the required dependencies. Let’s start with implementing the service layer. Here I am going to use develop a product service implementation. Please see the…