Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 3.21 KB

README.md

File metadata and controls

35 lines (25 loc) · 3.21 KB

Reactive SOAP

Twitter Follow Discord GitHub Discussions StackOverflow YouTube Twitch Status OpenCollective

Build Status Maven Repository size Scala Steward badge Mergify Status

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.

Docs

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.

Releasing a new version

See https://github.com/playframework/.github/blob/main/RELEASING.md