Products | Versions |
---|---|
TIBCO BusinessConnect EDI Protocol Powered by Instream | - |
Not Applicable | - |
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:
add this line:
application/edine;; x-java-content-handler=com.tibco.ax.fw.mime.EDIFACTDataHandler
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.