Class: SOAP

SOAP

(protected) new SOAP(conn, options)

Class for SOAP endpoint of Salesforce
Parameters:
Name Type Description
conn Connection Connection instance
options Object SOAP endpoint setting options
Properties
Name Type Attributes Description
endpointUrl String SOAP endpoint URL
xmlns String <optional>
XML namespace for method call (default is "urn:partner.soap.sforce.com")
Source:

Methods

beforeSend()

Source:

getResponseBody()

Source:

invoke(method, args, schemaopt, callbackopt) → {Promise.<Object>}

Invoke SOAP call using method and arguments
Parameters:
Name Type Attributes Description
method String Method name
args Object Arguments for the method call
schema Object <optional>
Schema definition of response message
callback Callback.<Object> <optional>
Callback function
Source:
Returns:
Type
Promise.<Object>

isSessionExpired()

Source:

parseError()

Source: