I’m using TN 6.01 with EDI for TN. I have UNEDIFACT ORDERS that, when submitted to TN, recognizes the outer envelope but that’s it. The inner doc is found as “unknown”.
I don’t have any issues w/X12. My default EDITPA is set to “Transaction” level processing.
Ok, I found the issue. The EDI version and release elements are reversed in our production document. When I switched them, it came back OK. I checked the UNEDIFACT guide and found webMethods handles it ok, our clients EDI is incorrect.
I have come to another issue now. Trading networks accepts and recognizes the document, but when I run “bizdicToRecord” it comes back with the following error, “com.wm.ff.parse.ParseException: [FFP.0012.0004] Found no valid records”.
I checked the inputs and they all look ok. The schema exists in the correct directory.
Use the convertToValues (WmEDI service) instead of bizdocToRecord for parsing the edi document.Extract the bizdoc/content(bytes) and map it to convertToValues provided with schema.