EDIFACT Content Type – BizTalk
This blog tells a story about the wrong EDIFACT content type on an AS2 payload Additionally it presents a solution to the problem EDIFACT Content Type -
JSON Array – BizTalk JSON Encoder
JSON Array - Recap I have shown previously that the JSON encoder pipeline component creates a JSON array when there is only one repeating XML fragment if
JSON Encoder hangs forever
Does a JSON Encoder custom pipeline ever run forever for you This article explains why this is happening Furthermore I show how implementing best practice
REST JSON Christmas Puzzle – Work around
I created the following workaround to my Christmas puzzle I created a custom pipeline that includes the Json encoder and BRE pipeline framework pipeline
Using BizTalk 2013 R2 to transform an XML message element to a JSON array
I wanted to know whether the out of the box JSON encoder pipeline component creates an JSON array if there is only one repeating XML fragment One of my
Optimising Pipeline Performance: Do not read the message into a string
Continuing on from my last post, Junior spoke to Bill and he said “the key is anything the reads the message into a string, XMLDocument or XDocument is to be
Optimising Pipeline Performance: XMLWriter vs. XDocument
Junior and I looked at the pipeline component listed below This component reads a document , converts it to Base64 encoded string, adds the string to a
Pipeline Component Wizard for BizTalk 2013 and 2013R2
I was teaching one of our juniors how to write a custom pipeline component today and thought that this wizard would be quick start for them They could only
https://exceldatareader.codeplex.com/
I just wanted to shout out about this community project because I have been using it a lot lately We have been using it in a BizTalk pipeline component with
BRE Pipeline Framework Example – Promote Distinguished Properties
While exposing a REST service from BizTalk I wanted to quickly change some distinguished properties to promoted properties Rather than rolling my own