Hi,
I would like to run the following query :
List the reserves of those open auctions where a certain person issued a bid before another person.
I write this query in X-Query as
/site/open_auctions/open_auction[bidder/personref/@person = “person18829” before bidder/personref/@person = “person10487”]/reserve
However,it returns no object. Is something wrong with my query (I am using Tamino 2.3.1.4)?
I have another question related with queries returning large results. When I run such queries using Interactive Interface, first results are displayed in a short time but it takes too long to return the whole result. What can I do?
#webMethods#Tamino#API-Management