DZone
Integration Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Integration Zone > Salesforce to Mule ESB in 7 Simple Steps

Salesforce to Mule ESB in 7 Simple Steps

It's easy to integrate Salesforce and Mule. As a Mule developer, you don’t need to worry about preparing XMLs. The Salesforce connector does it all for you.

Harish Kumar user avatar by
Harish Kumar
·
Feb. 20, 17 · Integration Zone · Tutorial
Like (5)
Save
Tweet
4.04K Views

Join the DZone community and get the full member experience.

Join For Free

Today, we will be integrating Salesforce and Mule ESB in seven simple steps.

It's easy to integrate Salesforce and Mule. Mule integrates with Salesforce without the need to worry about which mechanism to use. For example, Mule can integrate easily with XML APIs of Salesforce. As a Mule developer, you don’t need to worry about preparing XMLs. The Salesforce connector does it all for you.

At the end, I will share a video tutorial on how to do this. 

Step 1

The first step is to install Salesforce connector in your Anypoint studio. To do that, go to Help Menu > Install new software. Select Anypoint Connectors Suit and Standard (based on your license).

  • Salesforce Connector and click Next, accept terms & conditions and Install

screen-shot-2016-10-06-at-19-42-22

Step 2

To consume a service from Salesforce, you need Salesforce username, password, and security token (which can be generated in Salesforce). Please create a user for Mule to query Salesforce.

screen-shot-2016-10-06-at-19-48-03

Step 3

Create a new Salesforce Connector using the Global Elements tab in your flow. Provide your Salesforce username, password, and security token.

screen-shot-2016-10-06-at-19-44-58

It's recommended to use a property placeholder to read them from property files so that you externalize these.

Step 4

Create the flow (based on yours) and remove the echo and file component. Add the Salesforce endpoint. To query Salesforce for accounts, select the Salesforce endpoint in the flow, open the Mule properties view, and select Query in the drop down.

screen-shot-2016-09-19-at-7-11-19-pm

screen-shot-2016-09-19-at-7-00-16-pm

Step 5

To query Salesforce accounts, place your SOQL in Salesforce endpoint.

screen-shot-2016-09-19-at-7-01-19-pm

Step 6

You are nearly there! Add a logger component and print the payload #[payload]. Or, use object to JSON converter to send clean messages out to the caller.

Step 7

You can also refer to template projects given by Mulesoft in Anypoint studio. To get different sample projects, click on the gear icon below the File menu. Select an example template, such as Salesforce to Database.

screen-shot-2016-10-06-at-19-50-28Testing Application

screen-shot-2016-09-19-at-7-11-36-pmVideo Tutorial

Please do share your comments about your thoughts about this blog.

Enterprise service bus

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Easily Format Markdown Files in VS Code
  • Spelling “Equality” With IT: Addressing the Gender Gap in the Tech Industry
  • Building HIPAA Compliant APIs
  • Writing Beautiful, Optimized, and Better .NET Code With NDepend Static Analysis

Comments

Integration Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo