I'm looking for at least one sample file each in EDIFACT and X12 that show
binary enclosures.
The EDIFACT one should include the data wrapped in UNO/UNP segments, and the X12 one needs to use one of the binary segments BIN or BDS.
Thanks for any help you can provide.
...
We need to process some EDI messages for a client and i was wondering if any of you could recommend some components (not necessarily free) that could do the task.
I'm interested in a framework that can parse EDI messages into .NET structures and some kind of implementation of transport protocols (SMTP, FTP, HTTP, AS2) etc.
...
I have a Coplat message in the following format
DEB1234567890 5 CODE1 5 2007020610471COPLAT0
(... other data here ....)
DEB1234567890 5 CODE2 5 2007020610471COPLAT0
(... other data here ....)
FIN00000245
the above message has two DEB sections as you can notice.
I want to create a Copaym message that can be map...
Hi
I am about to start a project where I need to generate an EDIFACT message (message type: IFTMIN). Since my project is .net based (C# + asp.net) I am looking for advise on generating EDIFACT messages in .net.
Is there a free (possibly open source) library that will help generate an EDIFACT message?
Are there any pitfalls in regards t...
Hi,
I´m working within the EDI area and would like some help with a EDIFACT macro to make the EDIFACT files more readable.
The message looks like this:
data'data'data'data'
I would like to have the macro converting the structure to:
data'
data'
data'
data'
Pls let me know how to do this.
Thanks in advance!
BR
Jonas
...
Hello,
I'm currently dealing with customs messages Beans in Java.
After filling in the Beans with different values, I want to produce an EDIFACT CUSDEC message corresponding to each message.
For each attribute of a message Bean, I have the information to put the attribute in the right place in EDIFACT CUSEDC format.
Thus, I am looking...
Parsing EDIFACT can be a daunting undertaking. Is there any good open source library that can help?
...
I want to write a parser for EDIFACT messages with JavaCC.
My problem is that I cannot define all terminal symbols before parsing a message because at the begining of each message there is a so called "Advice Segment" ("UNA" Segment) which defines things like element seperator symbol, escape symbol, segment terminator symbol and decimal ...