Excel files – Azure and BizTalk Server
This article is about parsing Excel files Learn how you can do it in BizTalk Server and in Azure I show how to do this in an Azure function Excel file use
Azure – cXML DTD Messages
Following on from a previous post about cXML schemas I show how to migrate a cXML BizTalk solution to an Azure solution Additionally I give a way of
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
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
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