salesforce integration using mule esb

6

Click here to load reader

Upload: sreekanth-kondapalli

Post on 14-Jan-2017

206 views

Category:

Software


6 download

TRANSCRIPT

Page 1: Salesforce Integration using Mule ESB

Salesforce Integration using Mule ESB

Sreekanth Kondapalli

Page 2: Salesforce Integration using Mule ESB

Create the Endpoint

You have to open the Anypoint Studio and pick an endpoint (e.g HTTP). Once you select the endpoint you have to configure it. Below screenshot will give

your reference for the same. The endpoint needs to be configured by providing the path and port.

Page 3: Salesforce Integration using Mule ESB

Configure the Salesforce account

Before using the salesforce component you should have a salesforce account.

Once you login with your credentials you will get a security token which will be used while configuring the salesforce component.

After logging in to salesforce website go to account tab and click on create view tab. You can add your own choice of fields from the list. The fields you select would be visible in the default data set available on salesforce website.

Page 4: Salesforce Integration using Mule ESB

Configuring Salesforce component Provide the security token you would have received in mail. Configure the salesforce component as mentioned below with correct credentials. Once you provide the required input just test the connection. You can provide a query about the fields you want to see in the resultset. The data is

being retrieved from default data available in your salesforce account.

Page 5: Salesforce Integration using Mule ESB

Configuring Salesforce component. Contd..

Complete your flow by putting an Object to JSON component so that you can see the results in a readable format.

Run the flow by calling the path and port you have mentioned in HTTP endpoint.

Page 6: Salesforce Integration using Mule ESB

END