Skip to content

How to use the method signalMsgConsumer on Peppol client #119

Answered by phax
luukth-infosupport asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @luukth-infosupport,
The reasons for this rather "difficult" flow to retrieve Signal Messages are quite simple

  • A lot can go wrong - prior to sending, during sending (on a network and HTTP level) and after sending (response handling) - the subtleties of these changes do matter to callers. Just returning the SignalMessage or null would not help to spot any error
  • The SignalMessage itself contains no "content" - it is usually just an acknowledgement on the transport level. The only main "content" is the non-repudiation of receipt which is effectievely a bunch of XMLDsig like structures. Therefore the SignalMessage is not of so much relevance on a processing level (of course you need to st…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luukth-infosupport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants