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.  Tamino version of stored procedures

    Posted Wed April 28, 2004 07:38 PM

    Hi All,

    I’ve been trying to find a way to store local XQueries on Tamino so that I can call them from one of the APIs. Would creating an X-Tension be the equivalent of creating a stored procedure in SQL Server?

    Thanks,
    C


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Tamino version of stored procedures

    Posted Fri May 07, 2004 04:01 AM

    I haven’t tried it myself yet, but it sounds like you want to use “Query Functions at Root Level” as documented in the manual …/servext/setypes.htm#seqfxml

    Quoting from the manual:
    This is as if a query function were entered instead of an XML query.

    Examples:

    MySubString(‘abcdefg’,2,4)
    MyFunc(‘Hello’,/a/b,12)

    At such a location the function is called just once and the return value is inserted into the Tamino response document.

    Bill


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Tamino version of stored procedures

    Posted Fri May 07, 2004 05:47 PM

    Bill,

    Thanks for your help. I’ve also learned that XQuery4 queries will be supported in X-tension Query Functions in the Tamino 4.2 Release at the end of June (2004). Currently, only X-Query, or XQL, callbacks are supported.

    –Clifford


    #webMethods
    #API-Management
    #Tamino