In this blog, we will cover how to integrate any system with Salesforce (Salesforce CRM) using Microsoft BizTalk Server. This post includes a very simple scenario, get top 10 accounts from Salesforce. It will respond back with an XML and then you can tweak that XML as per your requirements. Steps [...]
In this blog, we will cover basic web calls testing with requests and responses using Salesforce. SoapUI provides capabilities to test and verify request and response messages before writing any code in c#, java or any other language. It is always recommended to test your calls with SoapUI before [...]
1. Scope & purpose This document intends to provide an overview of Enterprise Service Bus (ESB). It also identifies high-level requirements and then goes on to propose a typical architecture for such an Enterprise Bus. 2. Introduction Last few years has seen a [...]
Loose coupling applications, makes them easy to scale out, expand and maintain, and decreases the cost to change them in future. Messaging is one of the ways of doing loose coupling. Messaging enables solutions to be scalable, queues acting as a load buffer, each application can work at its own [...]
Party resolution: determines identity of message sender. If not successful, then anonymous identity is used. Mapping: After transport and data format normalization, msg may then be passed into mapping component. Biztalk mapping infrastructure is built on XSLT. After mapping is complete, msg is [...]
Recent Comments