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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  C API

    Posted 02/15/02 10:51 AM

    Hallo!
    Have somebody example for working with Tamino using C API ( open database, select some data from database, etc… )

    Thanks !


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


  • 2.  RE: C API

    Posted 03/05/02 02:25 PM

    Dear Rogin,

    I think that you are referring to the HTTP C API. In the downloaded package you will find a test program called testclient.c which can also communicate with Tamino, e.g. via
    ./testclient 2 http://localhost/tamino/mydb?_diagnose=ping
    The program and the header file inoclex.h should give you some insight in how to write your own programs. Basically, you fill two buffers of type INOCL_SRC_DEST and INOCL_HEADER and then you will call inocl_fct() with the desired function code, e.g. 2 = “GET” in the example above.
    I hope that clarifies things a little bit,
    regards,
    Gerald


    Gerald Ristow
    Tamino R&D


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