Salesforce SOAP API and PHP
December 3, 2011
Lately, I’ve been doing a lot of work integrating a Drupal content management system with Salesforce through it’s SOAP API. Along the way, I’ve come across many stumbling blocks in getting both systems to interact and simply play nice.
Some of the features included extending Drupal’s authentication and authorization to happen between both systems, and building a front-end in Drupal that allows users to interact with and manipulate data residing on Salesforce.
Enough of the small talk, let’s start with the basics and get a connection going to Salesforce using PHP, and run some cool functionality.





