One of the features in BizTalk 2013 R2 is to integrate REST API with other systems/entities. As data process via JSON format we use JSON
Author: Bala & Vinay
Convert svc URL to REST API URL
When we publish BizTalk as REST Service, then it’s generate as below by default. http://localhost//Service1.svc when we apply REST verb with this URL, then it’s
Implementation of BAM Activity Definition file
When we install BAM in BizTalk Server then its add BAM (Business Activity Monitoring) in Add-Ins in Microsoft Excel File. For implementation of BAM or
BizTalk with REST Service
Now in BizTalk 2013 R2 release, Microsoft provide the communication with Rest Services through WCF-WebHttp adapter. Here are below things added in BizTalk to consume
Terminating Instances running on Isolated Host
Most of the cases when we are trying to terminate the running or suspended instances from BizTalk admin console, then we directly terminate them from
BAM Installation and Configuration in Multi server Environment
In Most of the Project development, BAM is always chosen as second phase. In Existing BizTalk Project, BAM will add as an additional layer to
BAM (Business Activity Monitoring)
BAM is the optional and important part of BizTalk. Its available when we are installing BizTalk Server. BAM is used for monitor the data and
Generate XML when Schema has multiple Root Node
Some times BizTalk developer who starts BizTalk development, They mostly face issue to generate sample xml from schema, when schema has multiple root node. Its