Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
- <soap:Body>
- <GetListItems xmlns='http://schemas.microsoft.com/sharepoint/soap/'>
- <listName>ADM College Transcript Request</listName>
- <viewName></viewName>
- <Query>
- <Where>
- <Eq>
- <FieldRef Name='Current_x0020_Status'/>
- <Value Type='Choice'>Received Transcript Check</Value>
- </Eq>
- </Where>
- </Query>
- <ViewFields><FieldRef Name='Title' /></ViewFields>
- <rowLimit>0</rowLimit>
- <QueryOptions>
- <ViewAttributes Scope='RecursiveAll' IncludeRootFolder='True' />
- </QueryOptions>
- </GetListItems>
- </soap:Body>
- </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement