Spring boot Spring ws security for soap based web service
问题 I have the following implementation in place for SOAP based web service and its security. package com.hcentive.webservice.soap; import org.apache.log4j.Logger; import org.springframework.boot.context.embedded.ServletRegistrationBean; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.ImportResource; import org.springframework.core