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.  Developing custom adapters

    Posted Tue May 06, 2003 04:54 AM

    I want to know when to go for custom adapter development? what’s the average effort?
    What’s the other approach for integrating with a resource for which webMethods doesnt provide adapters?


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods
    #broker


  • 2.  RE: Developing custom adapters

    Posted Tue May 06, 2003 01:49 PM

    Hi, john5467.

    What is the resource to which you are connecting? And, what is the format of that data that you are receiving/sending? I think you will find that there is an existing adapter that fits your needs.

    Custom adapter development is very challenging – it is easier to take an existing adapter and configure it for your needs.


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods
    #broker


  • 3.  RE: Developing custom adapters

    Posted Tue May 06, 2003 06:42 PM

    if i were you, i would try to use the ILA and bunch of java codes to accomplish your objective. this is basically a non pretty and non user-friendly version of a custom adapter. of example, you can write an “ejb adapter” by implementing ejb client codes inside the ILA. but if you want a configurable adapter with operation templates. you have to write your own. GEAR has a good example of writing custom adapter and make sure you know the webMethods enterprise API inside/out.

    i wrote two custom adapters last year, it took me two months. of course it does not have the industrial strength as webMethods/3rd party adapters as i was working for a financial company and the company did not plan to sell the adapters.


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods
    #broker