OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
119 stars 89 forks source link

Transport profile on inbound messages #638

Closed emilbokenstrand closed 8 months ago

emilbokenstrand commented 8 months ago

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?

aaron-kumar commented 8 months ago

Fixed with commit https://github.com/OxalisCommunity/oxalis/commit/a4aa9466070e33afc4e1fdd491cbdbf037c01066

nkoudelia commented 4 months ago

@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?