edi

BizTalk 2010 Inbound 997 Routing Errors

╄→尐↘猪︶ㄣ 提交于 2019-12-11 14:12:22
问题 In the system I'm working on, BizTalk 2010 sends out transactions to trading partners and we receive 997s. Every time we receive a 997, I'm seeing a routing error in the administration console. In BizTalk 2006 R2, 997s were received by the EdiReceive pipeline, the reports were updated (if enabled) and then the 997 was terminated if there weren't any explicit subscriptions defined. In other words, the 997 was never forwarded to the message box. So my question is, is there something in the new

对现代工业行之有效的EDI解决方案

好久不见. 提交于 2019-12-11 13:16:09
EDI解决方案用于许多需要数据交换的行业和分支机构,如,汽车制造、零售、医疗、化工、运输和物流等。WalMart(沃尔玛)、Target(塔吉特)、Costco(好市多)、Best Buy(百思买)、Carrefour(家乐福)等大型零售商都采用EDI解决方案与他们的贸易伙伴和供应商交换业务数据,如常见的业务单据:订单、发票等。通常,这些大型零售商或其他组织机构会依据现有的业务设置公司使用的文档格式,并要求供应商遵循其标准。通常,要与零售商建立业务关系的供应商也会使用零售商或其他组织机构定义的标准。 否则,由于文档格式、用途或是含义不同,会造成零售商或是供应商错误地理解业务文档。 通常,EDI解决方案包含以下类型的电子文档: PO(采购订单) – 包含订单编号、供应商信息、订购商品的名称、描述及数量等(由零售商/采购商发送至供应商); ASN(发货通知) – 描述货物包装信息的文件,例如5个托盘,每个托盘5个纸箱,每个纸箱50个物品,总重量、尺寸等(由供应商发送至零售商/采购商); Invoice(发票) – 结合订单及实际发货情况,开具付款发票以备收款(由供应商发送至零售商/采购商); Remittance Advice(汇款通知) – 用于告知供应商付款情况(由零售商/采购商发送至供应商); FA(Functional Acknowledgement,功能确认) –

Smooks: Outputting EDI from Java

房东的猫 提交于 2019-12-11 02:35:34
问题 Inspired by the proposed solution in Smooks EDI writer, I have the following Java code: // Creates minimal EDI message with one field populated EdifactV3D98AMEDPID edi = new EdifactV3D98AMEDPID(); UNBInterchangeHeader header = new UNBInterchangeHeader(); UNBInterchangeHeader.S002SenderIdentification s002SenderIdentification = new UNBInterchangeHeader.S002SenderIdentification(); s002SenderIdentification.setE0004SenderIdentification("TEST"); header.setS002SenderIdentification

Attempting to use OOPFactory to parse 271 benefits using EligibilityBenefitDocument

陌路散爱 提交于 2019-12-11 01:07:25
问题 I'm attempting to use OOPFactory to parse 271 files. (source code here: https://x12parser.codeplex.com/SourceControl/latest) The part I'm struggling with at the moment is getting benefits information. (I can get subscriber and source information just fine). I've followed the instructions in this post: (Anyone translate a X12 271 Healthcare response) I can get an EligibilityBenefitDocument with the Subscriber and Source information, but the benefit information on the document winds up being

Anyone translate a X12 271 Healthcare response

旧巷老猫 提交于 2019-12-10 13:32:16
问题 I'm looking for C# code that translates a 271 health care eligibility benefit response to a more usable format so I can display certain segments and values into a datagridview. I'm looking for code that I can use to break this thing apart as it's not really difficult, just very tedious and was wondering if anybody else has done this and is willing to share. Thanks!! 回答1: There is an open source X12 parser (OopFactory X12 Parser: https://x12parser.codeplex.com) that does this for you. To

Java library for Java to EDI conversion

筅森魡賤 提交于 2019-12-10 03:04:19
问题 I am looking for a Java library that does Java to EDI conversion - more specifically an EDI 835 format used in Healthcare. Although a lot of libraries promise Java to EDI conversion, there is no documentation or code samples available for the same on their sites. Here is a list of libraries I have tried so far with no luck: 1. EdiReader (EdiWriter is commercial and does not have a trial download). 2. Smooks (No trial download and documentation does not mention Java to EDI conversion). 3. Open

什么是按位移位(位移)运算符以及它们如何工作?

痴心易碎 提交于 2019-12-09 14:29:58
我一直在尝试在业余时间学习C语言,其他语言(C#,Java等)具有相同的概念(通常是相同的运算符)...... 我想知道的是,在核心层面,位移( << , >> , >>> )做了什么,它有什么问题可以帮助解决,以及潜伏在弯道的东西? 换句话说,一个绝对的初学者指导比特移位的所有优点。 #1楼 假设我们有一个字节: 0110110 应用一个左移位器让我们: 1101100 最左边的零移出字节,并在字节的右端附加一个新的零。 这些位不会翻转; 他们被丢弃了。 这意味着如果您离开1101100然后右移它,您将无法获得相同的结果。 向左移动N相当于乘以2 N. 向右移动N(如果你使用 的是补码 )相当于除以2 N 并舍入为零。 如果您使用的是2的幂,则Bitshifting可以用于疯狂快速的乘法和除法。几乎所有低级图形例程都使用位移。 例如,回到过去,我们使用模式13h(320x200 256色)进行游戏。 在模式13h中,视频存储器按像素顺序布局。 这意味着计算像素的位置,您将使用以下数学: memoryOffset = (row * 320) + column 现在,回到那个时代,速度是至关重要的,所以我们将使用位移来进行此操作。 然而,320不是2的幂,所以为了解决这个问题,我们必须找出加在一起的两个幂是多少才能得到320: (row * 320) = (row * 256) +

OpenSSL treats smime message with Content-type 'Application/EDI' as text and changes line breaks

空扰寡人 提交于 2019-12-08 13:25:35
问题 I receive smime message with content-type 'Application/EDI'. It is non-standard mime type and content should be interpreted as binary. But OpenSSL during verifying signature treats it as text and changes line breaks from '\n' to '\r\n' (as needed by spec for content-type 'text'). So digest becomes wrong and verification fails. Is there any way to make openssl not chaging anything in original message? Argument '-binary' doesn't work on any version (I tried 0.9.7, 0.9.8, 1.0.0). 回答1: Ok,

Smooks EDI writer

霸气de小男生 提交于 2019-12-07 08:51:58
问题 It is seen in the smooks website that it supports EDI generation. But there is no way to specify the configuration for an edi writer (as in the case of reader defined in schema http://www.milyn.org/xsd/smooks/edi-1.1.xsd). In some old posts in certain forums, I have seen that smooks is planning for such a writer. Is it available? Thanks in advance. 回答1: I managed to do this using the same schema used in the unedifact:reader Smooks-config: <?xml version="1.0"?> <smooks-resource-list xmlns=

Transfer an EDI or XML document from one machine to another machine through AS1 or AS2 or AS3 protocol

限于喜欢 提交于 2019-12-06 06:19:43
I want to write a simple java program to transfer an EDI or XML document from one machine to another machine using the AS1 or AS2 or AS3 protocol. Can anyone help me to get started with it? The latest updates to OpenAS2 have just been released and includes fairly documentation which should help anyone reading this to better understand setting up and using the OpenAS2 application from sourceforge All three use different transport layers (SMTP, HTTP, FTP). AS2 would probably be easier. This should put you in the right direction: http://sourceforge.net/projects/openas2/ You would need it on both