rameshsoapui
11 years agoContributor
xquery help
Hi
I am using this xquery, which is not working any idea ? please help me..
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
<Results>
{
for $x in //TEST_RESP/Response/NameList/Names/NameList
where fn:contains({$x/Names/SimpleValue/@Value}, " Date: 12/20/2013 ")
return <Names>{$x}</Names>
}
</Results>