Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

make_soap_xml_skeleton

Make SOAP XML Request Skeleton


Description

Create XML in preparation for sending to the SOAP API

Usage

make_soap_xml_skeleton(soap_headers = list(), metadata_ns = FALSE)

Arguments

soap_headers

list; any number of SOAP headers

Value

a XML document

Note

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.

References


salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.