The AVACloud web service makes GAEB & ÖNorm A 2063 support instantly available in your application - no matter if you're using .NET, Java, Rust or more than 50 other programming languages. High availability hosting by DanglIT or directly On Premises in your environment.
AVACloud supports everything in the modern tendering and procurement workflow.
AVACloud is always on the latest update - without you having to worry about it.
You need more power? AVACloud scales with your requirements.
Focus on your core business - AVACloud takes care of the rest.
You get full access for 30 days to all features of AVACloud.
AVACloud - GAEB, Tendering & Procurement as a service - is the ideal component to get your product ready for GAEB. You can implement interfaces for modern systems in commerce and the construction industry. No matter if you're developing an ERP system, doing BIM analysis for buildings or just want to communicate with your suppliers and customers via GAEB.
The modern structure of AVACloud makes it deployable everywhere. Hosted by DanglIT or on your own systems - Windows, Linux or Mac, Mobile, Desktop and Web.
You want to support GAEB & AVA, but don't want to invest in multiple months of development and maintenance? You can profit from AVACloud by starting right now. Our happy customers serve as evidence - GAEB support does not have to be complicated!
Enthusiasm for technology - that's true for DanglIT. You know it - IT & Software today is not only an addon but a critical requirement for the success of your business and your customers. Put your trust in tried and tested solutions and save effort by not doing in-house development.
DanglIT is your partner for everything about GAEB, AVA and BIM. You'll get lightning fast support response times from us. But you often won't have it come that far: More than 100.000 automated, independent tests and an extensive documentation guarantee a great experience.
Start right now!
Adaptable to Your Needs
All prices are for yearly subscriptions. Shorter intervalls are possible.
Client Libraries for GAEB, C# in this example, are integrated with little effort.
public async Task ConvertToGaeb2000()
{
var factory = ClientFactory.Factory;
var gaebConversionClient = factory.GaebConversionClient;
var sourceGaebFile = TestFilesFactory.GetTestFileStream(TestFile.GaebXmlEnMinimal);
var fileParam = new FileParameter(sourceGaebFile);
var conversion = await gaebConversionClient.ConvertToGaebAsync(fileParam,
DestinationGaebType.Gaeb2000,
DestinationGaebExchangePhase.None,
true);
}