Hi,
I managed to resolve my puzzle. Thanks.
But I got another problem. when I execute the following query in TXQuery API, I encounter Exception.
path = “declare namespace ft="http://www.w3.org/2002/04/xquery-operators-text\”"+ " " +
“for $product in input()/Product” + " " +
“where (ft:text-contains($product/SKU/description,"” + input + “"))” + " " +
“return count($product)”;
TXQuery query = TXQuery.newInstance(path);
TResponse responseB = accessorB.xquery(query);
Is my XQuery string correct?
Cheers,
Hwee Choo
#API-Management#webMethods#Tamino