You are here

6 uses of SALESFORCE_DIR_SOAPCLIENT in Salesforce Suite 7.2

salesforce_api_init in salesforce_api/salesforce_api.module
Implements hook_init(). Checks to see if the Salesforce PHP Toolkit is installed, and warns if it is not.
salesforce_api_login in salesforce_api/salesforce_api.module
Helper function for salesforce_api_connect(). You should probably not call this function directly
salesforce_api_requirements in salesforce_api/salesforce_api.install
Implements hook_requirements().
salesforce_api_toolkit_installed in salesforce_api/salesforce_api.module
Simple check for Salesforce Toolkit.
salesforce_api_update_6201 in salesforce_api/salesforce_api.install
We have fundamentally changed the schema of SF module. Primary identifier is now "name". Although the value of name is not particularly important, it must be set and it must be unique. In this update function, we are doing a few things: 1)…
_sf_notifications_parse_message in sf_notifications/sf_notifications.module
Parse SOAP message into its component args.