Hi,
I want to do something very simple:
- execute a query on a document
- execute a second query on the result
- get back the final result
By looking at the API and playing with Tamino, it seems that the only way to do that is to:
- execute the query
- get back the result as DOM
- put the result back
- execute the second query
- get the final result as DOM
Am I missing something?
I would like Tamino to keep the result of the first query internally and let me execute other queries on the result without having to go through DOM.
regards,
Arnaud
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management