Forum Discussion
ThomasAu
15 years agoContributor
Thanks.
So, this can't be done without using that script?
Because in the following example:
i can grab ABC's "id" by using:
so using "property transfer" in SOAPUI, it pulls that specific GUID for me, transfers it to my properties test step, and stores "3" in my "id" property.
i'm trying to use this functionality: http://www.soapui.org/Functional-Testin ... alues.html
So, this can't be done without using that script?
Because in the following example:
<node1>
<xyz name="ABC" description="description1324">
<id>6</id>
</xyz>
<xyz name="DEF" description="description3943">
<id>3</id>
</xyz>
</node1>
i can grab ABC's "id" by using:
//node1/xyz[@name="ABC"]/id
so using "property transfer" in SOAPUI, it pulls that specific GUID for me, transfers it to my properties test step, and stores "3" in my "id" property.
i'm trying to use this functionality: http://www.soapui.org/Functional-Testin ... alues.html