JAX-WS SOAP Webservice Authentication Example using Spring Boot

Introduction Here we will create an example on JAX-WS SOAP Webservice authentication using Spring Boot framework. User needs to pass username and password in the header to authenticate a user before he or she can access the JAX-WS SOAP Webservice. We will apply two approaches to publish our endpoint using Apache CXF Spring Boot starter or JAX-WS Spring API. We…

SOAP over HTTPS with Client Certificate Authentication

Introduction The tutorial, SOAP over HTTPS with client certificate authentication, will show you how we can use client certificate to handshake with server along with basic authentication for consuming the service. We have also seen how to authenticate by sending authentication information over http headers in SOAP web service but here we will use client certificate (jks file) as a…

Spring SOAP WebService Producers Using Gradle

Table of Contents Introduction Prerequisites Project Setup Spring Boot 2.6.4 Spring Boot 2.1.6 Spring Boot 1.5.9 Spring Boot Main Class XSD Schema Repository Service Endpoint Configuring SOAP Service Changing Server Port Running SOAP Application Testing SOAP Application JDK 9 Issue Source Code Introduction This tutorial will show you an example on Spring SOAP WebService producers using Gradle. In other words,…