BizTalk Server Tutorials and Solutions Skip to main content

Posts

Showing posts from February, 2019

Implementation of JSON message in BizTalk Application

Today ! In this post I will tell you, complete solution of implementation of JSON messages in BizTalk with an example. As you all know very well that JSON (JavaScript Object Notation) is a lightweight data-interchange format and it is also language independent. These are below following prerequisites to implement JSON message in Biztalk- Visual Studio BizTalk Server 2013R2 or later version Basic knowledge of JSON Basic knowledge of programming in BizTalk and deployment.  I am going to tell you how to receive JSON message with the help of JSON decoder tool in receive pipeline and same how to send JSON message with the help of JSON encoder tool in send pipeline. Without waste your time, please follows below all steps to achieve JSON message in BizTalk. 1.  Open Microsoft visual studio and create new biztalk project name as 'BizTalkLive_JSONExample1' then right click of this biztalk project and select property and set Application name as 'BizTalkLive_J