Hi,
I’ve read many thread on this but none seems to be complete…
We receive an xml document from one of our customer with
<?xml version=“1.0” encoding=“iso-8859-1”?>
as the encoding.
We want to replace it with
<?xml version=“1.0” encoding=“UTF-8”?>
because it’s messing up some french characters. They can’t change it so we must do something on our end.
I know I may have to build a new receive service (instead of the default wm.tn:receive one) but I’m not sure of the steps I should use. Should I do a recognize first an then transform the string or bytes to utf-8 ? Or maybe I should use some recordtodocument/documenttorecord ? I’m not sure…
Can anyone help ?
Thanks !
Mat
#Integration-Server-and-ESB#B2B-Integration#webMethods