OxalisCommunity/oxalis

Transport profile on inbound messages

emilbokenstrand opened this issue · 2 comments

For the Peppol Transaction Statistics Reporting we need the transport profile that being used. All our participants are set up with profile 'peppol-transport-as4-v2_0' but when I want to extract the transport profile for inbound messages I always get 'bdxr-transport-ebms3-as4-v1p0'.

I use the following code upon receiving a file when trying to extract it:
network.oxalis.api.inbound.InboundMetadata.getProtocol and my oxalis version is 6.1.1

Am I doing something wrong?

Fixed with commit a4aa946

@aaron-kumar I'm using norstella/oxalis-as4:6.4.0 but the StatisticsService plugin is still reporting all incoming messages to use bdxr-transport-ebms3-as4-v1p0. Is there something wrong?