Set encoding on outgoing message in BT2006

Home Page Forums BizTalk 2004 – BizTalk 2010 Set encoding on outgoing message in BT2006

Viewing 1 reply thread
  • Author
    Posts
    • #15441

      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.

      • #15442

        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 !!

        • #15443

          Hi !
          I’m sending out an xml format.
          I’m using a pipeline for XML

          Regard Thomas

          • #15444

            Ahhh…… Thanks !!!!!!

            • #15445

              hmmm… it seems not to work anyway.
              It is still UTF-8

              • #15446

                Ahh… I found it out.
                PreserveBOM should also be set to false

                Thanks !!!!

                • #15447

                  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

    • #15440

      I’m using xml

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.