make_soap_xml_skeleton | R Documentation |
Create XML in preparation for sending to the SOAP API
make_soap_xml_skeleton(soap_headers = list(), metadata_ns = FALSE)
soap_headers |
|
metadata_ns |
|
xmlNode
; an XML object containing just the header portion of the
request
This function is meant to be used internally. Only use when debugging. Any of the following SOAP headers are allowed:
AllOrNoneHeader
AllowFieldTruncationHeader
AssignmentRuleHeader
CallOptions
DisableFeedTrackingHeader
EmailHeader
LimitInfoHeader
LocaleOptions
LoginScopeHeader
MruHeader
OwnerChangeOptions
PackageVersionHeader
QueryOptions
UserTerritoryDeleteHeader
Additionally, Bulk API can't access or query compound address or compound geolocation fields.
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/soap_headers.htm
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.