Replies: 2 comments 5 replies
-
@PPotappel Did you find an anwer to this? I've tried to do lookups based on the sender participant, but that is error prone due to the participant could no longer be registered. I think a solution will be to log this as we receive it, but is there anyway to get this without the logs? |
Beta Was this translation helpful? Give feedback.
-
On receiving, Oxalis default persister saves receipts in inboundFolder subfolders as %transmissionIdentidier%.receipt.dat. If default evidence factory is used, it is an XML where you can find SPID in SenderDetails AttributedElectronicAddress like this:
So you do not need to extract it from sender certificate on receiving - as it is filled by sender in SOAPHeaders and SBD and passed to receipt evidence (and actually it really misses the certificate of sender). |
Beta Was this translation helpful? Give feedback.
-
Hi,
We try to collect data for the Peppol Transactions Reporting.
For outgoing messages we can get the CertSubjectCN out of the public key in the MDN in the RECEIPT.
But for incoming messages the public key is lacking in the MDN.
How can we get to know the SP-id of the Sender?
We are using Oxalis v5.
Beta Was this translation helpful? Give feedback.
All reactions