Skip to main content
Hi,

I found a bug (or feature?:) in 'BTS Orchestration' event. When creating file for putting in a file drop or sending by HTTP, code uses the following to get XML content:


lFileContent = System.Text.UnicodeEncoding.ASCII.GetBytes(lXmlHelper.OuterXml);


With this, no other characters than ASCII can be used in XML fields. In order to use all national characters 'ASCII' should be replaced with 'Unicode'.

Please confirm me that this is a bug and will be corrected in later versions of this event and I shouldn't generate, replace and use code every time before compiling in the future:)

Thanx in advance,
Reggy
Be the first to reply!

Reply