WebServices
mvn spring-boot:run -f pom.xml
curl -H "content-type: text/xml" -d @request.xml http://localhost:8080/ws
docker build --rm -t ws . docker run -ti --rm --name ws --network host ws