Replace namespace prefix pipeline component

0
In some biztalk integrations with legacy systems, there are message specifications that requires a specific namespace prefix, but all biztalk messages use ns0, ns1, ns... definition to define prefix...

BizTalk Server HL7 – Strange break lines in MSH segment

0
If you create an HL7 MSH segment with XmlDocument, you can get a strange break line in all empty values, like in the following image. The HL7 message will also...

Biztalk xml header processing

0
When we use infopath or similar technologies with biztalk, the messages have always a xml processing header. Biztalk does not copy xml processing header to the output messages by...

BizTalk 2006: Custom Functoids and their Icons

0
When you develop custom functoids in BizTalk Server 2006, one of the steps you have to do is create icons to represent them in the mapper. These functoids...

Editing .ODX Files / Regenerate Orchestration Code

0
Everybody with some experience with BizTalk Server knows that sometimes the ODX files get garbled and have to be fixed manually. I’ve had situations where the compilation of an...

Calling Excel (Web) Services from WCF

0
Interfacing with Excel Services by means of WCF can be somewhat difficult at first and very subject to a trial and error experience. On my development environment I...

BizTalk Mapper: Reverse Map’s Links Direction

0
In data sincronization or entity integration scenarios developed using BizTalk Server, there are frequently situations where bi-directional maps have to be developed between two schemas: from A to B...

Custom Property demotion – Using IDocumentSpec and IPropertyAnnotation

0
Sometimes the property demotion rules are very difficult to apply in the Xml Assembler Pipeline. There are some limitations:   • The Biztalk context dependency forces that data must be in...

BizTalk 2004 SP1 – Pipeline component “Properties validation failed. The document schema does not...

0
There is an issue in BizTalk Server 2004 SP1 that came up while configuring a flat-file disassembler pipeline component with a given document schema. The problem is as follows. The...

Developing a WCF Service – Fault Exceptions AND FAULT Contracts

0
This next post about WCF will show how to integrate Fault Exceptions and Fault Contracts in your service. As written in MSDN Fault Exceptions are used for "......