IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Problems with TaminoClient.query

    Posted Fri November 23, 2001 03:17 PM

    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?


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 2.  RE: Problems with TaminoClient.query

    Posted Fri November 23, 2001 04:34 PM
    • maybe could you post your code (or portion of code) that makes use of the query method. :eek:

    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 3.  RE: Problems with TaminoClient.query

    Posted Fri November 23, 2001 04:40 PM

    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.


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs