webMethods

webMethods

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

How to make Duration tests with TII (Tamino Interactive Inte

  • 1.  How to make Duration tests with TII (Tamino Interactive Inte

    Posted Sun October 26, 2003 12:48 PM

    You want to make duration (speed) tests and you don’t know how?
    Of course, cause it’s undocumented!

    But if you use TII (Tamino Interactive Interface) you have a chance.

    – BE CAREFUL, HACKINGS BELOW, I DON’T TAKE ANY RESPONSABILITY –

    Ok, let’s make a copy of TII directory for safe.

    Then open TII.js, search for
    function sendRequest(sCommand, sValue, sCollection, nResSize, nPosition, bDuration, sEncoding)
    and insert this line just below first line:

    bDuration=1;

    and (WONDERFUL!) all of your query will have a duration parts on lower end, something like this:
    <ino:time ino:date=“26.10.2003” ino:time=“13:13:17.056” ino:duration=“23223” />

    WOW, that simple?, you will say…
    Yes, and I really don’t understand why IT’S STILL UNDOCUMENTED!!!
    This costed me precious hours of work.

    Aureliano


    #webMethods
    #Tamino
    #API-Management