Awesome
erechnung.gv.at-webservice-client
Utility classes and projects for the use with ER>B - the national Austrian Invoicing solution. This project contains Webservice clients for both Webservice 1.2 and Webservice 2.0 and the JAXB generated classes for the Webservice callback.
Note: this service is NOT affiliate with BRZ/Bundesrechenzentrum. If you have questions or issues, please raise an Issue here. BRZ support will not help you on this.
Maven usage
Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger.erechnung.gv.at</groupId>
<artifactId>webservice-client</artifactId>
<version>4.0.0</version>
</dependency>
Tips and tricks
When importing this project into Eclipse, please ensure to run mvn generate-sources
to generate all
the JAXB classes required. They reside in target/generated-sources/wsimport
and must be part of the
compilation.
News and Noteworthy
Version 4.0.0 uses Jakarta JAX-WS 4.0 as the baseline and requires at least Java 11
My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.