07-01-04 10: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
>
[ Post a follow-up to this message ]
|