Skip to content

edysegura/ws-soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOAP Web Service

This repo is to demonstrate on how to connect to SOAP client web services

Instructions

Spring Boot version

docker run -p 8080:8080 edysegura/springboot-cep

then

http://localhost:8080/v1/cep/3754000

Generate a new Docker image

./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=edysegura/springboot-cep

Node.js version

docker run -p 3000:3000 edysegura/nodejs-cep

then

http://localhost:3000/v1/cep/3754000

Generate a new Docker image

docker build -t edysegura/nodejs-cep

References

Please find below the references used on these examples

Spring Boot

Node.js