Hi,
if you are using Tamino Version 2.3.1, you are using the “old” API (taminoclient.jar). with it, you will always get your result set as a dom object.
if you are using Tamino Version 3.1.1, you can also choose to apply the “new” Tamino API for Java (TaminoAPI4J.jar). It gives you more flexible means of accessing your result sets: as DOM objects, SAX stream, or as raw java io stream.
documentation contains examples for all operations (insert, query, update, delete) for both APIs.
regareds,
andreas f.
#API-Management#webMethods-Tamino-XML-Server-APIs#webMethods