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