Why the MDN's generated by BC EDI are failing @ TP because of "Folded Headers"?
book
Article ID: KB0086530
calendar_today
Updated On:
Products
Versions
TIBCO BusinessConnect EDI Protocol Powered by Instream
-
Not Applicable
-
Description
Resolution: Looks like the TP is not able to interpret the line break/tab sequence before the boundary string in the 'Content-Type' MIME header.
MIME does allow for folding header lines with the combination of CRLF and white space, therefore the MIME envelope that EDI generates should be considered correct and parseable by any MIME compliant agent. This extension to the header structure was introduced primarily due to line limitations of SMTP and MIME encoding standards. See RFC 2822 for the details.
BC-EDI is compliant with AS2/HTTP standard, This compatibility issue can be resolved by setting/adding the following property to true for your TP, in your BCMiscProperties.cfg file:
# This property controls if folded headers for AS2 should be suppressed to handle AS2 Interoperability # for a Particular Trading Partner. Valid values are true or false. bc.ediint.suppress.foldedheader.<tp-name>: <valid-value>
Issue/Introduction
Why the MDN's generated by BC EDI are failing @ TP because of "Folded Headers"?