Salesforce Python Toolkit
I know this is not PHP-related, but I’ve released the first version of my Salesforce Python Toolkit, hosted by Google Code at http://code.google.com/p/salesforce-python-toolkit/. It’s released under the GNU Lesser General Public License (LGPL). Included in the tarball is an example for every method call and SOAP header in version 16.0 of the Salesforce API, so it might not be a bad reference even if you’re not developing in Python. In the course of writing this, I discovered quite a few discrepancies between the PHP Toolkit’s API implementation and the spec, which I’ll detail in a future post. Some were a result of the PHP Toolkit having been written against the 13.0 API, and some weren’t.
