You are here

constant SALESFORCE_DIR_WSDL in Salesforce Suite 6.2

Same name and namespace in other branches
  1. 5.2 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
  2. 7 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
  3. 7.2 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
3 uses of SALESFORCE_DIR_WSDL
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_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)…
salesforce_api_update_wsdl_form in salesforce_api/salesforce_api.admin.inc
Show form for admin to upload a new WSDL file

File

salesforce_api/salesforce_api.module, line 16
Defines an API that enables modules to interact with the Salesforce server.

Code

define('SALESFORCE_DIR_WSDL', SALESFORCE_DIR . '/wsdl');