Problems with TaminoClient.query

I wrote a very simple java program to query a Tamino database (version 2.3.1.4). While the method query did absolutly nothing (not even an entry in the web server log file) the method getByID returned the correct document. Has anybody an idea what might be wrong?

  • maybe could you post your code (or portion of code) that makes use of the query method. :eek:

Did you check the error code after the query
and if so what did it say?

In the Web Server log you won’t see the query irself - because the Tamino Client uses POST.

So the query string is in the payload.