Play SOAP allows an application to make calls on a remote web service using SOAP. It provides a reactive interface to doing so, making HTTP requests asynchronously and returning promises/futures of the result.
The detail description of how to use the library is described in the Docs point.
For testing documentation locally use a few next commands (for more details see Antora workflow):
cd docs
npm i -D -E @antora/cli @antora/site-generator @antora/lunr-extension
npx antora local-antora-playbook.yml
Then open in browser generated documentation from <repo_path>/docs/build/site
.
See https://github.com/playframework/.github/blob/main/RELEASING.md