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.  time query?

    Posted Thu March 23, 2006 12:52 AM

    How i can know the time of a query?
    i use Xquery with tamino xml server 4.1.4.1 evaluation version on windows 200 advanced server, how i can see the time of response of a query? or exist some aplication for that?

    the function _duration=on is to X-Query, i have a query but i don´t work:

    http://localhost/tamino/xml/Estudiantes1010/ficha?_XQL=/ficha[//nombrePrincipal=‘Pedro’]
    the result is :

    <?xml version="1.0" encoding="ISO-8859-1" ?>

    when i use _duration=on dont show the result of query
    http://localhost/tamino/xml/Estudiantes1010/ficha?_duration=onXQL=/ficha[//nombrePrincipal=‘Pedro’]
    the result is :

    <?xml version="1.0" encoding="ISO-8859-1" ?>

    how is the correct sintaxis of the query to i can see the result and the time?

    if exist some method (program) to show the response time or documentation (in X-Machine is very poor)
    Thanks


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: time query?

    Posted Thu March 23, 2006 05:28 AM

    As you are using a URL based access you need to separate parameters with an ‘&’:

    http://host/tamino/db?_duration=on&_xql=


    #API-Management
    #webMethods
    #Tamino