Set encoding on outgoing message in BT2006 Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Set encoding on outgoing message in BT2006 This topic has 7 replies, 1 voice, and was last updated 9 years, 5 months ago by community-content. Viewing 1 reply thread Author Posts August 24, 2006 at 12:18 PM #15441 community-content Thomas, Are you sending out an xml or a flat file message? If you’re using a send pipeline using the XmlAssembler or the FFAssembler, do note they have their own way of deciding which encoding to put the message in. August 24, 2006 at 11:17 AM #15442 community-content Hi,How can I change the default encoding UTF-8 on my mapped xml document thats been created to ANSI (western-1232) ?? It works fine in my development environment ( I set the encoding on the mapping propertys) but in the customer environment it wont work I tried to set values at the sendport but its still UTF-8 ❓ Please help me !! August 24, 2006 at 12:58 PM #15443 community-content Hi !I’m sending out an xml format.I’m using a pipeline for XML Regard Thomas August 24, 2006 at 12:59 PM #15444 community-content Ahhh…… Thanks !!!!!! August 24, 2006 at 1:35 PM #15445 community-content hmmm… it seems not to work anyway.It is still UTF-8 August 24, 2006 at 1:42 PM #15446 community-content Ahh… I found it out.PreserveBOM should also be set to false Thanks !!!! August 24, 2006 at 12:52 PM #15447 community-content Hi, Inside the Construct shape where you transform the message add an assignment shape with the the following expression: YourMessageName(XMLNORM.TargetCharset)=\”ISO-8859-1\”; (or whatever encoding you want) Hope that helps August 24, 2006 at 12:41 PM #15440 community-content I’m using xml Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register