This Docker image contains a simple Python Flask SOAP service that prints a "Hello, World!" message via a SOAP endpoint.
The image contains the following files and configurations:
To run the program on your machine, make sure Docker is installed. Then, follow these steps:
docker run -p 5000:5000 kamartinez/pysoap:v4
**Access the API**: After the container is running, you can access the API endpoint by opening your browser or using curl:
```bash
curl http://localhost:5000/soap
Content type
Image
Digest
sha256:366ff554b…
Size
56.7 MB
Last updated
almost 2 years ago
docker pull kamartinez/pysoap:v4