Peppol SML Insourcing 2026 - phase4 changes #357
Replies: 1 comment 2 replies
-
|
Hi Philip, Our question regarding this article is: Background: Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Philip, Our question regarding this article is: Background: Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before you read this, make sure that you have read the official information from OpenPeppol.
See phax/phoss-smp#445 for similar information on phoss-smp
Short version
ESML.PEPPOL_TESTandESML.PEPPOL_PRODUCTIONand not theDIGIT_versionsExtended version
Unfortunately, changing the DNS domains for AP lookups is more then a simple configuration change, it is most likely a code change.
The generic "phase4-lib" code is of course completely independent from Peppol requirements. The other generic submodules
phase4-profile-peppol,phase4-peppol-servletandphase4-peppol-clientare also created in a generic way and do not require any changes.The main source for the specific DNS domains for lookup is the
ESMLenumeration (located in the submodulepeppol-commonsof thepeppol-commonsproject (not a typo ;-) ). Until now, you are usingESML.DIGIT_TESTfor accessing the Peppol Test Network andESML.DIGIT_PRODUCTIONto access the Peppol Production Network. Sincepeppol-commonsv12.3.9 theESMLenumeration was extended to also include the new predefined values for the Peppol SML. Since v12.4.0 the primaryESMLinEPeppolNetworkwas switched fromDIGIT_*toPEPPOL_*So for the period from March 19th, 2026 until May 31st, 2026 you need to do the following;
ESML.DIGIT_TESTand replace them withESML.PEPPOL_TESTESML.DIGIT_PRODUCTIONand replace them withESML.PEPPOL_PRODUCTIONBeta Was this translation helpful? Give feedback.
All reactions