Integration Category

Integration Architecture for Salesforce.com

This article was originally published for DeveloperForce on November 26, 2014.  See the following link: http://sforce.co/1AWIC3h   As a Salesforce.com Architect it is your role to lead your company in the evolution of it’s Integration Architecture. A good architect must understand both integration architecture and integration patterns.  The difference between the two is analogous to designing […]

Read More

Using the Force.com Web Services Connector to access the Salesforce.com API

In this post we will be creating a Salesforce.com client application that can communicate with and alter the Salesforce.com data in your org.  This would be the building blocks for a custom Java on-premise app.  We are using the WSC open source project for connection to Salesforce.com.  This is a web service client stack that […]

Read More

Salesforce.com APEX REST + oAuth

We are building an integration between Salesforce.com and a custom iPhone application.  The system has the following high level requirements: 1) Salesforce.com will stand up a custom API for communication with the iPhone.  Apex Rest web services will be used. 2) oAuth will be used for the iPhone to authenticate into Salesforce.com. There were enough nuances in […]

Read More