One issue I often encounter within BizTalk projects is aggregating and assembling flat files. While mechanisms do exist to carry out both operations, the most important thing is still to know when …
We have seen, as part of a client project, the requirement to manage acknowledgments (ACK) and negative acknowledgments (NACK) when sending messages. This means we need to respond differently in the …
When you want to debatch an XML file under BizTalk, there are two ways to do this either with a pipeline or with XPath.
Here it is going to be about the second way, and we will start with the unitary …