Sender Recognition

Do not try to convert the raw EDI string to a node. As you’ve found, it doesn’t work (isn’t intended to work). Place the string in a variable named ‘edidata’ and call wm.tn:receive. Receive accepts this “hidden” parameter and will process it properly.

I would encourage reading the WmEDI and WmEDIforTN docs to familiarize yourself with how things are to be done.

Olie,

Good to know you are on right track now, handing and processing EDI documents via TN.

Instead of tn:receive gateway service always use in the flow with wm.tn.doc.xml:routeXML service for routing EDI string to TN,map edi string to edidata variable and please follow as suggested above.This service works same as receive service does.

goodluck.

HTH,
RMG

Thanks for all of your help on this thread. We have it working ‘properly’ now.

Thanks again,
Matt

Glad to know everything working fine…

HTH,
RMG