This repo is to demonstrate on how to connect to SOAP client web services
docker run -p 8080:8080 edysegura/springboot-cep
then
http://localhost:8080/v1/cep/3754000
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=edysegura/springboot-cep
docker run -p 3000:3000 edysegura/nodejs-cep
then
http://localhost:3000/v1/cep/3754000
docker build -t edysegura/nodejs-cep
Please find below the references used on these examples