Please read Spring SOAP WebService Producers using Gradle before continuing this tutorial.
This tutorial will show you how we can consume SOAP based web service using Spring and Gradle. Please get the WSDL file from http://localhost:9999/ws/users.wsdl
and you can save the downloaded file under src/main/resources/wsdl
directory. This example shows only Spring SOAP web service consumers using Gradle to consume the already deployed or published service.
Prerequisites
Java at least version 8 needs to be installed and configured
Gradle plugin needs to be installed into Eclipse
Gradle 4.x needs to installed and configured
Dependencies : cxf
Continue reading “Spring SOAP WebService Consumers using Gradle”