spring-boot with spring-ws -SOAP Endpoint not accessable
问题 I am playing around with spring-boot and i run into a problem. To create RESTful webservices is quite easy. But i am not able to run an soap service with spring-boot. Actually my Project hast the spring-boot-starter-web dependency. Is there an extra sprint-boot-starter needed that does not yet exist? What are some workarounds? If i have a web.xml for the SOAP service can i include it somehow in the initialization process? I know that a similar question already exists, but it did not solve my