Skip to content

ISAITB/validator-resources-eInvoicing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

The current repository defines the configuration of the eInvoicing validator provided by the Interoperability Test Bed, that allows validation of electronic invoices against the official eInvoicing-EN16931 artefacts. This validator is a configuration of the Test Bed's XML validator.

The service is accessible:

Configuration

The validator's configuration is located under invoice, and specifically within file application.properties. Any changes merged to this repository result in the live service being updated within 1-2 minutes.

Running your own validator

You can replicate this validator on your own environment by following these steps:

  1. Clone the current repository (in e.g. MY_LOCAL_REPO).
  2. Start a new XML validator instance by using the isaitb/xml-validator Docker image, and providing the repository root folder as the validator's resource root.
docker run -d --name my-validator -p 8080:8080 \
             -v /MY_LOCAL_REPO:/validator/resources/ \
             -e validator.resourceRoot=/validator/resources/ \
             isaitb/xml-validator

Using the above command your validator will be available:

Licence

This configuration is shared using the European Union Public Licence (EUPL) version 1.2.

Legal notice

The authors of this repository and the resulting validator waive any and all liability linked to its usage or the interpretation of its results. In terms of data, the resulting validator does not harvest, collect or process in any way data that could be linked to the user or workstation.

Contact

To get in touch for feedback or questions on this validator please send an email to EC-EINVOICING-SUPPORT@ec.europa.eu. For general questions on the Interoperability Test Bed and its XML validator please email DIGIT-ITB@ec.europa.eu.

About

Resources for the eInvoicing XML validator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages