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
Expand all | Collapse all

Integrate databases external in agileapps

  • 1.  Integrate databases external in agileapps

    Posted Wed May 17, 2017 08:56 PM

    Hello everyone, I have a very important question,
    How can I integrate an external database into the agileapps platform?


    #webMethods
    #webMethods-BPMS
    #AgileApps


  • 2.  RE: Integrate databases external in agileapps

    Posted Fri May 19, 2017 10:04 AM

    Hi Erick,

    There are multiple ways to do this:-

    1. In AgileApps, you can configure an external data source on an object that has exposed web services for external systems to interact with it. Check the sub-sections within any object.
    2. Instead of configuring an external data source, you can also attempt to directly invoke webservices exposed by the data source.
    3. If you have a webMethods IntegrationServer in the mix, then you can use JDBC adapter to connect to the external database and then the IS can expose web services for Agileapps to invoke.
    4. We also have a prototypical solution for using external databases to create the object models in AgileApps and migrate data to it, but that will create a copy of your data in the external database to the AgileApps database as well, which we are not sure whether you would want that.

    We are aiming to improve OOTB support from AgileApps for such usecaes by the end of the year.

    Thanks
    Gauarv


    #webMethods-BPMS
    #AgileApps
    #webMethods