I need to change the "Content-Type" value in the MIME header for the outbound EDIFACT documents I am sending out through Email.How do I configure BC to do this?
book
Article ID: KB0092307
calendar_today
Updated On:
Products
Versions
TIBCO BusinessConnect EDI Protocol Powered by Instream
-
Not Applicable
-
Description
Resolution: 1. Add a string property under Administrator>BusinessConnect>System Settings> Installed Protocols->EDI called "edi.outbound.edifact.customContentType". The default value is "application/edifact". For the purposes of this article, we will set the Content-Type to be "application/edine".
2. Modifying the $BC_HOME/resource/MimeTypes.ini file to add the Content-Type entry as follows:
3. Register the MimeTypes.ini file by opening Administrator>BusinessConnect -> System Settings -> Installed Protocols -> BusinessConnect Server. Add the custom property "bc.mailcapFile" and set the property type to "String". Specify the full path of your custom mimeTypes.ini filename for this property, such as "D:/tibco/bc/5.2/resource/mimeTypes.ini". After saving, restart the BC server.
Issue/Introduction
I need to change the "Content-Type" value in the MIME header for the outbound EDIFACT documents I am sending out through Email.How do I configure BC to do this?