Process EDI Data

Hi there,

I have a EDI File like this below

ISA00 00 ZZNSI ZZTOLLEDI 0611221634U002040000699540P>
GSSHNSITOLL061122163469954X002040
ST85669954
BSN05BY3403420611221630
HL10S
TD1
UPM 1ZPAPER
TD5
SMARTR
N1
CABWH
N1
STMWH
N1
NDANMCORP
HL
21T
PO4UPM G14134KG*****0CM
REF
EQ
SDCU9503462
CTT2
SE
1369954
GE
169954
IEA
1*000069954

Can somebody post me the steps to create a template based on this data. I tried to use couple of inbuilt services but could not get much out of it.
I have to convert this EDI in a structered webMethods document. I also tried using flat file schema and made some record identifiers to capture some data but got some wierd output.

Going through EDI pdf’s and though to post this thread in the mean time. Can somebody help me to convert this data in webMethods document. There is no repetative elements in this data and structure is same for every message.

Thanks

AI

Hello,
Assumptions I am making:
You have IS Server, TN Server, and EDI Module purchased and installed.
There is as pre made schema that you can load from the Administrator web page uner EDI. It should be the “Install Doc Types”.

From Developer, you can view the Schema under package WmEDIforTN you can trace the folders to EDIFFSchema.X12.V2040:T856 where if you installed properly should exist. From this schema, you can test a document by going to the test tab, and select a file from the local file system. They should parse if you have it properly delimited. Having extra CR or LF in the string / file will usually kill this from working.

Then to actually have a working structure in your flow use wm.b2b.edi:convertToValues, supplying the schema path above. This is the easy way, without manually playing with FF. Good day.

Yemi Bedu

hello there,

thanks for your time. I got the solution and had to dig into the templates and lots of documentation.

My solution is exactly the same which you sent.

Thanks

Complexity does not lie in solution, but the problem that it is trying to solve. Somtimes trying to understand the problem is more complex then solving it.

  • yours truly.