Target: Registering a new customer in the Peppol network (Access Point and SMP) and ensures that the customer can securely send and receive documents through their Access Point in compliance with OpenPeppol rules.
Register a new customer in the web application https://eso9peppol.cz/register.
Check user data from previous step and create customer in internal application (name, VAT NO, address, contact e-mail).
Sign contract.
and setup supported document types. * First, register at the test SMP * After successful testing, register at production SMP
Supported ESO9 version at least 7.2.
AP_URL - test or production URL, see PublicAPIAP_PWD - password for AP access (length 15)WEBHOOK_SECRET - secret string for my WebHook, see WebHook (length 20)CreateDocIDTypDok - document type ID for creating documents from PEPPOL. All documents imported from PEPPOL will be created with this document type.CreateDocIDVzorDok - document template ID for creating documents from PEPPOL. All documents imported from PEPPOL will be created with this document template.CreateDocUserID - User ID with which the document imported from PEPPOL will be created.Add Participant ID to all bussiness partners with whom the domestic company will exchange documents via the Peppol network. Participant ID is part of Subjekt’s form in ESO9 application.
ESO9 provides WebHook as Docker image or Windows IIS web. Installing a webhook in Windows IIS is easier, but it is not suitable for a large number of running applications. On the other hand, installing a webhook into a Docker container is more complicated, but it can be used to serve multiple applications at once. Details…
Downloader is the component responsible for downloading a document from the AP and creating a document in the ESO9 application. Downloader is implemented by a stored procedure spPeppolDocDownloader and it is an integral part of distribution ESO9 Start. Downloader is called from WebHook under a dedicated user account peppolDocCreate. Can be called also as a database JOB or just manually. Depends on customer’s requests. The default behavior is to call the Downloader from WebHook, so documents are created in the application automatically and in real time.
Sender is the component responsible for sending documents from the ESO9 application to the AP. It is an integral part of distribution ESO9 Start and is configured with the application parameters from the first point.
Add export page implements manual sending of a document to the PEPPOL network. page relative URL is: nastaveni/peppol.htm. URL example:
<a href="esoform.asp?Tpage=nastaveni/peppol.htm&RelType=Parameters&brwaction=100">Export Peppol</a>