vignesh2006n
9 years agoNew Contributor
How do I search within the nested node value using SOAPUI request?
Hi,
The SOAP output has a nested node with a few sub nodes. I need to search for a particular sub node value using a SOAP request. Is that possible and if so, can you please assist me out.
My SOAP response is in the following format:
<ns0:testResponse>
<ns1:result>
<ns0:value>
<ns5:parent>
<ns1:child1>test1</ns1:child1>
<ns1:child2>test2</ns2:child2>
</ns5:parent>
</ns0:value>
<ns1:result>
<ns0:testResponse>
I need to search for child2 value in my soap request using something like the below:
<typ1:attribute>child2</typ1:attribute>
<typ1:operator>=</typ1:operator>
<typ1:value>test2</typ1:value>
Kindly assist on how I can achieve the same.
Thanks,
Vignesh