Integration with SOAP web service
In this blog post, we’ll see how to consume third-party WSDL-based SOAP web service from the SpringBoot web application. WSDL defines the interface to SOAP web service. We’ll use Kotlin, Spring Boot, and Gradle build tools. Let’s assume we have a SOAP service, which has only one operation - it…