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.  ISAPI filter

    Posted Wed October 17, 2001 03:46 PM

    i’m writing an ISAPI filter for IIS5. This filter is required to make
    queries to a Tamino database. what’s the most efficient/proper way to talk
    to the db? Is it by:

    1) writing an X-Tension COM component using the Visual Studio addin provided
    with the SDK

    2) utilising the TaminoX.ocx control to make the query.

    3) using the HTTP C Client API.

    cheers !


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


  • 2.  RE: ISAPI filter

    Posted Thu October 18, 2001 10:40 AM

    Hi,

    depending on your need for speed and how many tasks already implemented you’re willing to redo, the choice is between the C API and the Tamino OCX which is a high level API capable of returning DOM objects from queries and so on.

    If you need DOM, I think you should try Tamino.OCX first and stick to it if its speed suffices.

    X-Tension is a different kind of animal, think of stored procedures. X-Tensions are used to do intra-server processing, like storing/retrieving data submitted to / queried from Tamino in / from another application. Here, the interface between Tamino and that other application would be a Server Extension.

    Best regards, Andreas


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


  • 3.  RE: ISAPI filter

    Posted Mon October 22, 2001 10:24 AM

    Thanks alot! thats good info.
    Will try it out soon.

    regards

    cheers !


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