SOAP 5.1 and above will not process an inbound XML file with UTF-8 characters.

SOAP 5.1 and above will not process an inbound XML file with UTF-8 characters.

book

Article ID: KB0085995

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect EDI Protocol Powered by Instream -
Not Applicable -

Description

Resolution:
Description:
============
SOAP 5.X  will not process an incoming file with Latin-2 characters (such as these:  ßàáâãäåæçèéêë).  

Environment:
==========
BusinessConnect SOAP Protocol 5.X.XLinux all versions.

Cause:
==========
This can happen if the default locale for a Linux system is set "en_US.UTF-8".

Resolution:
=========
Override the default file encoding by adding the following to the deployed BC tra file:

java.property.file.encoding ISO-8859-1

Issue/Introduction

SOAP 5.1 and above will not process an inbound XML file with UTF-8 characters.