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.  basic integration question

    Posted Fri September 09, 2011 12:36 PM

    Hi all,

    If my client has a webMethods server then I will give him my top level service to give the input to my top level service.

    but if the client has another webserver how does he submit input to my top level service…

    kindly tell me the process pls


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: basic integration question

    Posted Tue September 13, 2011 01:42 AM

    Are you familiar with this topic, SOA? How about Rest based or Web Services based interfaces?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: basic integration question

    Posted Mon September 19, 2011 09:06 AM

    Dear Sir,

    thank you for your answer…ok… what I understood is I will take the input to a webservice and invoke my top level service… but my questions are

    1. kindly name a few systems that can give input to a webservice

    2. before SOA how was the architecture to get the input to my top level service ( in older versions)…

    3. If my partner also has a webMethods integration server , is there any need of getting input to the webservice? because he can invoke my top level service remotely right?

    kindly write back sir…

    regards

    kalyan


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: basic integration question

    Posted Tue September 20, 2011 12:00 AM

    I don’t really know of any modern IT system, framework, language etc that doesn’t support web services, even the mainframe can handle that.

    Services aren’t new to SOA and web services != SOA. The goal here is not to tightly couple your architecture/design. Exposing a flow service to be directly invoke by another system can lead to that aka spaghetti architecture. Before SOA became the hot buzz word it was still a bad idea to tightly couple your flow services. After all someone spent a lot of money to bring in webMethods, tightly tying everything together would defeat the purpose.

    Why yes they can but see above why that’s a bad idea. Program to an interface not an implementation.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: basic integration question

    Posted Fri September 23, 2011 08:15 AM