I tried to retrieve Project data from the running BimServer Instance using the java ClientLibrary.
When I call getServiceInterface().getProjectByUuid(), it always return null. I have tested from console too and I have the same result.
To reproduce:
- First, get all project from serviceInterface.getAllProjects() to get the UUID
- Call serviceInterface.getProjectByUuid()