Sign inSign up

fosbsb/soap-ws

By fosbsb

Updated 7 months ago

Sample SOAP web service for testing with WSDL and H2 database, ready to run in Docker.

Image
Languages & frameworks
Web servers
1

320

fosbsb/soap-ws repository overview

soap-ws

A sample SOAP web service for testing purposes, packaged as a Docker image.

Source code: https://github.com/fosbsb/soap-ws

Run with Docker

docker run --rm -p 8080:8080 --name soap-ws soap-ws

Build the image

docker build -t soap-ws .

Available endpoints

WSDL

http://localhost:8080/ws/products.wsdl

H2 Console

http://localhost:8080/h2-console

  • JDBC URL: jdbc:h2:mem:productsdb
  • User: sa
  • Password: (empty)

Tag summary

Content type

Image

Digest

sha256:0c975cac0

Size

141.6 MB

Last updated

7 months ago

docker pull fosbsb/soap-ws