Replies: 5 comments 11 replies
-
Well, this is a quite "common" issue, and I think from a Peppol perspective alone it would work very well (Map "document type ID" plus "process ID" to one "VES ID"). Would you be willing to come up with an initial PR on this? |
Beta Was this translation helpful? Give feedback.
-
After getting to grips with the code (at least some more), I created, as a test,
Custom Executor Set
Temporarily adapted
|
Beta Was this translation helpful? Give feedback.
-
Validations like PeppolVAlidation.java need to have their private constructors removed when we want then to be used via SPI. Do you see a problem with this and/or an alternative besides making it public? |
Beta Was this translation helpful? Give feedback.
-
I've done this:
Where the
And resolving based on the latter works. Questions remaining now are:
Will commit to my git repos today so you can have a look without actual pull requests. |
Beta Was this translation helpful? Give feedback.
-
In the meantime I created DDD - the Document Details Determinator - that can achieve exactly this: https://github.com/phax/ddd |
Beta Was this translation helpful? Give feedback.
-
I'm looking into resolving the VESID based on the document type id and/or process id, so outgoing messages that are already containing an SBDH can be validated without the need to pass in an explicit VESID. Incoming messages could be validated as well and an MLR could be created based on this.
Would this be feasible and what would be the best approach?
Beta Was this translation helpful? Give feedback.
All reactions