# How construct `WebServices` with SpringBoot 2.1.5 RELEASE (modern way) ## Run ``` mvn spring-boot:run -f pom.xml ``` ## Example ``` curl -H "content-type: text/xml" -d @request.xml http://localhost:8080/ws ```