I want to send 1 UNEDIFACT 95A IFTMIN document to TN by using wm.EDIINT.send service.
the flow which I created as below
call pub.string:stringToBytes with input are edi string data and UTF-8 endcoding
call pub.io:byteToStream to convert byte to stream
call wm.EDIINT.send with input data/contentType is application/edifact
Here is the problem: I checked transaction in TN, as my expectation UNEDIFACT 95A Envelope must be recognized by TN but the EDIINT - default document for EDI was recognized.
In EDITPA, the splitOption is Interchange.
Besides that, if I submit EDI data using EDI Admin page, it is OK - UNEDIFACT 95A Envelope was recognized.
I also checked the server log, the result is “pipeline will be a wm.EDIINT.doc.EDIINTEnvelopeDocType”. As my expectation it must be “pipeline will be a wm.b2b.editn.EDIEnvelopeDocType”
Does anyone give my a help to send UNEDIFACT 95A Envelope to TN.
If you see the EDIINT message successfully sent (got MDN receipt??) and contains the payload EDIIFACT edidata it should be fine right and you can ignore the Envelope.
If you see the EDIINT message successfully sent (got MDN receipt??) and contains the payload EDIIFACT edidata it should be fine right and you can ignore the Envelope.Here is the problem: I checked transaction in TN, as my expectation UNEDIFACT 95A Envelope must be recognized by TN but the EDIINT - default document for EDI was recognized.In EDITPA, the splitOption is Interchange.