ok, this now is clear but I’ve strange behaviors when I use sortby clause with the previous query. If I query base/child sortby(. asc) paging seems to work (only 2 results are returned) but here is another problem, base/child sortby(. asc) sorts only by doctype instance… an example:
1
2
3
4
page size = 10
query = base/child sortby(. desc)
2
1
4
3
I expect to see
4
3
2
1
I’m a bit confused,
regards,
GXml
#Tamino#API-Management#webMethods