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.  Miguel Alvarez(spain)

    Posted 07/01/03 11:09 AM

    Dear all:

    I hope you can help me.
    Could I do a trigger on the “SXSInform” collection with a server extension, in order to modify a collection with
    the same name, placed in a database of another computer?

    Thank you & best regards.


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Miguel Alvarez(spain)

    Posted 07/01/03 02:26 PM

    Hi Miguel,

    There should be no restriction in executing (presumably Java) code that accesses another database. But in contrast to processing into the same database, there are no callbacks provided to do this task. So you have to create an HTTP connection to the other database and do all the processing in your server extension. Using a Tamino API (e.g. Tamino Java API) might help.

    I never tried to do such things, so my considerations are only theoretically.

    Best regards,

    Julius Geppert
    Software AG


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Miguel Alvarez(spain)

    Posted 07/02/03 12:39 PM

    Thank you.
    I have created a conection using Tamino Api and it seems to be working properly.

    Thanks for your help.
    Best regards.


    #webMethods
    #Tamino
    #API-Management