|
|
||||||
|
#1
|
|
|
|
|
Hi,
We are using the FixMsg component to prepend a String to an XML message before it is sent out of BizTalk to Siebel. We have noticed some unknown characters passing after the define String and in between the xml message. Has anybody come across with similar issues? If yes, what is the correction required. Thanks Venkat |
|
|
|
#2
|
|
|
|
|
Those characters at the beginning is the UTF-8 byte order mark. This is the
default encoding used withing the server. What you can do is to add logic in the FixMsg component to check for those 3 bytes at the beginning and remove them. Simpler, but not universal way to get rid of those characters is to place your component after the XML assembler and set XML assembler property "Targer charset" to "ASCII" or any other non unicode charset. This way the input stream for FixMsg component will not have byte order mark but of course you will be limited to ASCII encoding only. -------------------- > >Hi, > >We are using the FixMsg component to prepend a String to an XML message >before it is sent out of BizTalk to Siebel. > >We have noticed some unknown characters passing after the define String and >in between the xml message. > >Has anybody come across with similar issues? If yes, what is the correction >required. > >Thanks >Venkat > This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated. |
|
|
| Similar Threads | |
| Config pipeline with custom pipeline component in BizTalkAdministration Console Hi, I have created a custom pipeline component with boolean and enum properties. When I setup the properties in pipeline editor (design time), I can see drop down menu for... |
|
| custom send pipeline component I am working on a solution where in I have zip files downloading from an ftp server and i need to archive the zip files as is and then unzip them and process the files from... |
|
| Custom Send Pipeline Component Hi! Has anyone got a good guide for developing a custom SEND pipeline component? I have seen many blogs about custom RECEIVE pipeline components but not a single one for... |
|
| Problem with custom pipeline component Hi! I'm having problems trying to implement a custom pipeline component written in VB.NET. Right now, the component is just a pass-through pipeline component, which means it... |
|
| Problem with custom pipeline component. Hi all, I have a little problem regarding a custom pipeline component I am using in an orchestration. This was component creates multiple copies of the received file in... |
|
|
All times are GMT. The time now is 01:47 PM. | Privacy Policy
|