JaewookByun / epcis

Oliot EPCIS for GS1 EPCIS/CBV 2.0.0
http://dfpl.sejong.ac.kr/epcis/home/index.html
Apache License 2.0
46 stars 55 forks source link

Support for Private URN #95

Open Karenaaa114 opened 4 months ago

Karenaaa114 commented 4 months ago

Hello,

First of all, thank you for developing and sharing this EPCIS server implementation. It has been very helpful for me.

However, I encountered an issue when uploading an XML file. The error message indicates that the field does not follow a valid company prefix. error For some enterprises without a GLN, we need to use a private URN as specified in section 8.1.3 of the CBV standard. Despite strictly following the format outlined in this standard, I still receive an error.

CBV standard

Could you please check if the code can be modified to support private URNs in the field? I have attached the XML file, the error message, and the relevant section of the CBV standard for your reference.

xml

Thank you for your assistance.

JaewookByun commented 4 months ago

Hello,

Thank you for using Oliot EPCIS. The current version is implemented to pursue the strong compliance to the latest standard. I understood your demand and I would consider it during the next update. One concern I got is the conversion between URN and GS1 DL. Currently, Oliot EPCIS supports automatic conversion between two code schemes in both capture and query interfaces.

If you are urgent, you can clone the solution as a developer mode and remove the code validation block.