Hello, I need to do a cursoring with XQuery but a don’t know how I can to control the TResponse.
This is my code,
private TXMLObjectIterator ti = null;
int Pagesize = 12;
taminoXQuery = TXQuery.newInstance (Query);
TResponse tresp = tacc.xquery(taminoXQuery,Pagesize) ;
if ( tresp.hasFirstXMLObject() )
{
ti = tresp.getXMLObjectIterator() ;
// ???
// How can to move in the diferent pages and how can to control the start of the results
}
Thanks a lot!
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs