Sample SOAP web service for testing with WSDL and H2 database, ready to run in Docker.
320
A sample SOAP web service for testing purposes, packaged as a Docker image.
Source code: https://github.com/fosbsb/soap-ws
docker run --rm -p 8080:8080 --name soap-ws soap-ws
docker build -t soap-ws .
WSDL
http://localhost:8080/ws/products.wsdl
H2 Console
http://localhost:8080/h2-console
jdbc:h2:mem:productsdbsaContent type
Image
Digest
sha256:0c975cac0…
Size
141.6 MB
Last updated
7 months ago
docker pull fosbsb/soap-ws