Java Library to Bootstrap Web service client/server development.
It supports both RESTful web services (JAX-RS) and
SOAP / WSDL web services (JAX-WS).
Within this project classes specific for one technology are prefixed
with either "Rest" or "Soap".
Other technologies, like JSON-RPC, could be added. Hence the name "anything works".