This is a Spring Boot server application that serves the web services on http://learnwebservices.com site.
The main purpose of this site to provide a free, public, sample SOAP webservices for everyone. These webservices are designed to long live, so they can be used in tutorials, videos, blog posts, Stack Overflow, etc.
Starting an instance with the following command:
docker run -p 8080:8080 --name my-lwsapp vicziani/lwsapp
Then check the http://localhost:8080
address!
- Where to find more information:
https://www.learnwebservices.com/ - Source code:
https://github.com/vicziani/learnwebservices-server