问题标签 [edi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
106 浏览

sql-server-2008 - 如何从 EDI 交易中找出被拒绝的帐户

我对 EDI 交易完全陌生。我试图弄清楚当我们向 ISO 发送新客户的注册请求时,如何确定请求是否被 EDI 交易接受或拒绝。

EDI_TRANSACTION 表中条目中的 EDI 事务。基本上它包含完整的响应,但它没有明确说明请求是被拒绝还是被接受。

根据 EDI 标准,使用缩写代码代替语言。此处为示例 在此处输入链接描述

对我来说,并非所有注册交易都带有上述代码。事实上,它们中的大多数是空白的,其中一些是 A13、A77 等。

此时我正在数据库级别工作。我需要在报告中提取拒绝(SQL 查询)。

谢谢

0 投票
1 回答
319 浏览

biztalk - 在 EDI 入站和出站流程中使用 BAM

我们可以在 EDI 中使用 BAM 的哪些功能?

我知道 BAM 基础知识,但我不知道如何在 EDI 入站和出站流程中使用 BAM。

所以我的问题是我们如何在 EDI 入站和出站流程中使用 BAM 功能?

谁能告诉我我们可以跟踪什么以及如何在 EDI 入站和出站流程中使用 BAM?

0 投票
2 回答
10057 浏览

c# - C# .NET AS2 communication

I like to ask for some guidance on this topic of sending and receiving files via AS2 or AS3 communications protocol via a .NET C# implementation. I have search for examples or explanation of how you would implement this communication layer to send and receive EDI documents as well as other types of documents. I have built my own EDI document generator and reader. It's linked to my eCommerce systems. We have been working with VCommerce and CommerceHUB for a number of years. What i can't seem to find much information on is an implementation of what the communication layer looks like for AS2. I realize the second part to all of this is the generation of certificates for encryption and decryption but I think I have an idea on how to implement that or just create the certificates manually if possible. Can you guys point me to anything that can either show me an example of the standards to use to send the HTTP message or something like that? I have used the /n Software for the communications part up until now but I would really like to do this myself so that its 100% integrated. For anyone who needs just the server they are great and worth the cost. Very stable and easy to implement. For me I have grown beyond being able to use them and need to build my own.

Thanks so much for any help.

0 投票
2 回答
1209 浏览

edi - How many chars can numeric EDIFACT data elements be long?

In EDIFACT there are numeric data elements, specified e.g. as format n..5 -- we want to store those fields in a database table (with alphanumeric fields, so we can check them). How long must the db-fields be, so we can for sure store every possible valid value? I know it's at least two additional chars (for decimal point (or comma or whatever) and possibly a leading minus sign).

We are building our tables after the UN/EDIFACT standard we use in our message, not the specific guide involved, so we want to be able to store everything matching that standard. But documentation on the numeric data elements isn't really straightforward (or at least I could not find that part).

Thanks for any help

0 投票
5 回答
17667 浏览

java - Java中有没有好的X12解析器?

Java中有没有可以处理Walmart 810规范的好的X12解析器?

EDI 示例:

0 投票
1 回答
790 浏览

mapping - 将平面字段映射到顺序记录

我有一个定义“ShippingCharge”和“DiscountAmount”的源架构。我的目标架构是 EDI X12 850 消息。

在此处输入图像描述

我需要为 SAC 循环创建两个“假”迭代。我需要一种方法来定义第一次迭代,使用 ShippingCharge,第二次使用 DiscountAmount。我需要将一些额外的“默认值”设置为 SAC01,这也取决于迭代(1 或 2)。

我应该使用什么 functoid?有什么建议么?

0 投票
1 回答
312 浏览

edi - 拆分 EDI 订单

我们正在实施 edi 订单处理,目前正在检查我们如何设置接口。

通常一个订单可能有多个仓位。对于我们的客户来说,如果由于 erp 系统要求将在不同的工厂生产,则可能需要将传入的订单拆分为多个订单。

对我来说,如果客户做了一个订单并得到 3 个不同的订单号,这听起来很令人困惑。一种解决方案可能是每个订单策略一个职位,但是即使在不需要时,这也会增加订单数量。

客户正在发送“订单”消息,并将收到订单确认“ORDRSP”。

我想知道解决这个问题的常见解决方案是什么?手动跟踪子订单它们是没有选择的,它们在不同的时间得到确认,等等。

0 投票
1 回答
558 浏览

edi - 寻找资源来理解/学习西班牙语的 EDI 消息

那么,有人知道了解 EDI 消息的好资源吗?(例如消息 856 (ASN))。我想要西班牙语的资源,但英语也可以接受,用于虚拟人,博客,书籍/电子书,文档等......一步一步,我们可能会在几个月后开始与他们合作,并且我们真的迷路了,我们有来自客户的文档,但是如果您知道一个好的来源,可以通过,从哪里开始,将受到欢迎。

我刚刚找到了FrameworkEDI www.edidev.co

有什么推荐吗?有人用它工作过吗?

致以我的问候。

0 投票
1 回答
4152 浏览

.net - 将 EDI 转换为 Xml

近 10 年来我没有用 edi 做过任何工作,而且可用于解析它的技术可能已经改变。是否有任何示例代码例程(实际代码,而不是产品)可用于解析 edi 字符串?我知道我可以解析它,但我敢打赌,一些好的例程可以帮助我更快地开始。

顺便说一句,我还不知道对方会发送什么。我想它可能是 x12 但我还不知道的文档类型,所以我现在只是在寻找适用于任何类型代码的一般可能低级别。

谢谢。

0 投票
4 回答
9856 浏览

java - 任何可以在 ANSI x12 和 UN/EDIFACT 标准中解析 EDI 文件的开源 Java 库?

是否有任何开源 java 库可以解析ANSI X12UN/EDIFACT标准中的 EDI 文件?我找到了支持 UN/EDIFACT 标准的smooks (http://www.smooks.org),但不确定这是否支持 ANSI X12 标准中的 EDI 文件。

提前致谢。