Skip to Content
0
Former Member
Jan 03, 2008 at 12:43 AM

XML Encoding from SBO - Unable to Read in a 3rd Party APP

20 Views

Hi:

I have created an Add-On app that produces an XML document file when a new item is created or an existing item is updated. However, the 3rd party app that I am trying to integrate into is unable to read this XML. After doing some research, the following appears to be the issue.

SBO produces the data with UTF-16 which is a double byte encoding for XML's. The 3rd party app that I have appears to be able to handle only single byte encoding formats such as UTF-8 or ISO-8859-1. Can anyone please tell me whether it is possible to change the encoding format in my Add-On code?

Thank you.

Kushal Dutta