Description:
Connect to Salesforce server cloud service through soap api.
Syntax:
sf_wsdlopen(username, password)
Note:
The external library function (See External Library Guide) establishes a connection in the enterprise style by default. It downloads WSDL file to generate a jar package, which is enterprise.wsdl, metadata.wsdl, or partner.wsdl.
Parameter:
username |
User name |
password |
Password |
Option:
@p |
partner style connection |
Return value:
Connection object
Example:
|
A |
|
1 |
=sf_wsdlopen("user","pwd") |
enterprise style connection. |
2 |
=sf_wsdlopen@p("user","pwd") |
partner style connection. |