Created
February 26, 2018 23:24
-
-
Save nddipiazza/22178bc10a58398cf9ff91e2096fec52 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.microsoft.com/sharepoint/soap/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:GetContent> | |
| <soap:objectType>Site</soap:objectType> | |
| <soap:retrieveChildItems>true</soap:retrieveChildItems> | |
| <soap:securityOnly>true</soap:securityOnly> | |
| </soap:GetContent> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment