Created
October 29, 2016 18:54
-
-
Save watzon/f4667880dc682b1ce531af5ccb3745d6 to your computer and use it in GitHub Desktop.
Snippet for an article on Medium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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