Hi @Sibi Narayanaswamy ,
Thanks for your patience. I got update from product team that AAS doesn’t support Java natively and can use .NET Core to wrap around it, or can use an custom JSON proxy wrapper that can be integrated with Java. Sample code for the wrapper is found here.
The sample provides a REST-like interface to an XMLA endpoint, passing through the client’s authentication using either a Bearer token, UPN/Password pair, or a Service Principal and Client Secret, and returning data as JSON.
Main changes:
1) Support for Power BI Premium XML\A Endpoints
2) Migrated the project to .NET 5, enabling cross-platform deployment
3) Added a SwaggerUI and additional REST endpoints to list model tables and dump a single table
4) Added a README with instructions on getting started
Please let us know for further queries and we will be glad to assist.
--
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.