Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Last active July 11, 2017 22:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save EliJDonahue/a9fc08a295cdaaadb13ea387ca4030b2 to your computer and use it in GitHub Desktop.
Demonstrates the difference between the same query's results with and without using the select attribute.
<!-- result returned by query with select attribute -->
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<Result>
<Item type="Workflow" typeId="9E212D4ED3C64493B631EE15D0A62AF7" id="B6A588101AD844C78954452BA44DC4EF">
<id keyed_name="B6A588101AD844C78954452BA44DC4EF" type="Workflow">B6A588101AD844C78954452BA44DC4EF</id>
<source_id>38FE441E50824C409282741F0DA9D531</source_id>
<source_type keyed_name="Express DCO" type="ItemType" name="Express DCO">B678FAF40F7246A7925FB5B116988915</source_type>
</Item>
</Result>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment