This sample demonstrates how to implement a financial data services REST API using Apache Axis2 with comprehensive OpenAPI/Swagger documentation.
This project showcases:
/bigdataservice/login - Authentication/bigdataservice/funds - Fund data operations/bigdataservice/assets - Asset calculations/bigdataservice/user - User management/swagger-ui - Interactive API documentationmvn clean package # Deploy the generated WAR to your servlet container
The OpenAPI specification will be available at:
/openapi.json/openapi.yaml/swagger-ui/