Skip to content

Instantly share code, notes, and snippets.

@watzon
Created October 29, 2016 18:54
Show Gist options
  • Save watzon/f4667880dc682b1ce531af5ccb3745d6 to your computer and use it in GitHub Desktop.
Save watzon/f4667880dc682b1ce531af5ccb3745d6 to your computer and use it in GitHub Desktop.
Snippet for an article on Medium
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header xmlns="http://soap.sforce.com/schemas/package/AngularAppController">
<SessionHeader>
<sessionId>00D36000000b28L!ARsAQJJ....</sessionId>
</SessionHeader>
</soapenv:Header>
<soapenv:Body xmlns="http://soap.sforce.com/schemas/package/AngularAppController">
<executeQuery>
<query>SELECT Id, Salutation, FirstName, LastName, PhotoUrl FROM Contact</query>
</executeQuery>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment