|
Home > Archive > BizTalk Server > July 2004 > Biztalk changes utf-encoding
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Biztalk changes utf-encoding
|
|
|
| Hi,
I have an issue with the HTTP adapter, everytime I send out a message as a HTTP post Biztalk changes the uft-encoding from 16 to 8, unfortunately the website that I make the request to cannot handle anything other than 16 so it fails. Why does Biztalk do
this and does anyone know how to fix this?
cheers
PS. The schema that is setup does have utf-16 on the top of it.
--
John
| |
| Allen Zhang 2004-07-01, 5:52 pm |
| Hi, John:
It is not the HTTP adapter that is changing the utf-encoding. It is the XML
Assembler. By default, the output encoding is UTF-8. If you require UTF-16,
you need to create custom pipeline and add the Xml Assembler, set the
target charset to UTF-16. That should be it.
Thanks.
- Allen Zhang (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> Hi,
>
> I have an issue with the HTTP adapter, everytime I send out a message as
a HTTP post Biztalk changes the uft-encoding from 16 to 8, unfortunately
the website that I make the request to cannot handle anything other than 16
so it fails. Why does Biztalk do this and does anyone know how to fix this?
>
> cheers
>
> PS. The schema that is setup does have utf-16 on the top of it.
> --
> John
>
|
|
|
|
|