OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
129 stars 91 forks source link

Problem sending documents #340

Closed jeroenslikker closed 6 years ago

jeroenslikker commented 6 years ago

We upgraded from 4.0.0 to 4.0.2 and since cannot send documents. We get the following error

Message failed : no.difi.vefa.peppol.common.lang.EndpointNotFoundException: Combination of 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii04:ver2.0' and transport profile(s) not found.

We cannot figure out what is going wrong. Please help :-)

PPotappel commented 6 years ago

Attached is the complete logging of a session with this error, performed with oxalis-stand-alone version 4.0.3. error.log

PPotappel commented 6 years ago

Exact the same file with the same certificate does work with version 4.0.0.

PPotappel commented 6 years ago

If we skip the use of the SMP and use the commandline, the sending of documents is no problem. It seems that Oxalis has a problem interpreting the metadata of the SMP.

PPotappel commented 6 years ago

Problem found! The ProcessIndentifier in the XML-document was different from the one in the SML. It looks like Oxalis 4.0.3 checks the ProcessIdentifier stricter as version 4.0.0 did.