How to extract valuesof tags in a nested XML using groovy in SOAP UI
问题 Below is a part of the response that I got from the SOAP request in SOAP UI. <a:Bundle> <a:Plans> <a:Quotes> <a:Quote> <a:StandardBenefits> <a:BenefitPeriod> <a:Description i:nil="true"/> <a:DisplayName i:nil="true"/> <a:Value>6 months</a:Value> </a:BenefitPeriod> <a:Coinsurance> <a:Description>50</a:Description> <a:DisplayName i:nil="true"/> <a:Value>50</a:Value> </a:Coinsurance> <a:OutOfPocket> <a:Description>5000</a:Description> <a:DisplayName i:nil="true"/> <a:Value>5000</a:Value> </a