Skip to content
Philip Helger edited this page Mar 26, 2021 · 7 revisions

Für eine deutsche Version bitte Erste Schritte ansehen

Prerequisites

  • As a prerequisite you need a Java 1.8 (or higher) JDK.
  • Maven3 is recommended as the building platform.

Maven configuration to use ph-ebinterface out of the box:

<project ...>
  ...
  <dependencies>
    <dependency>
      <groupId>com.helger</groupId>
      <artifactId>ph-ebinterface</artifactId>
      <version>6.3.0</version>
    </dependency>
  </dependencies>
  ...
</project>

Reading and writing ebInterface invoices

The example class shows how to read and/or write ebInterface files in all different versions.

Validating a signature

To validate XMLDsig signatures on ebInterface invoices you may have a look at the example class for that.

Clone this wiki locally