如何从 xml 生成 Edifact 消息?

发布于 2024-08-30 01:57:14 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冬天旳寂寞 2024-09-06 01:57:14

您可能想仔细看看 Smooks 网站

它提供了各种映射,例如:

Java -> EDI
EDI -> Java
XML -> Java
Java -> XML
...

对于不同的 UN/EDIFACT它提供开箱即用的映射功能。我建议您查看 Smooks 网站上的示例和文档。

You might want to have a closer look at Smooks Website

It offers various mappings, e.g.:

Java -> EDI
EDI -> Java
XML -> Java
Java -> XML
...

For the different UN/EDIFACT directories it offers mapping functionality out of the box. I suggest that you examine the examples and the documentation on the Smooks website.

吾家有女初长成 2024-09-06 01:57:14

尝试 http://bots.sourceforge.net
它已经有一个地图引擎。

try http://bots.sourceforge.net
it already has a mapping engine.

皓月长歌 2024-09-06 01:57:14

请注意,我找到的唯一解决方案是实现我自己的地图引擎。

这是通过以下方式实现的:

  • edifact 消息的 xml 表示
  • 附加到每个 bean 属性的 XPath 映射路径,并将它们映射到 EDIFACT 的 xml 表示

Just to note that the only solution I found is to implement my own mapping engine.

This is made by having :

  • an xml representation of an edifact message
  • an XPath mapping path attached to each of the bean attributes and mapping them to the xml representation of EDIFACT
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文