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.  Webmethods call EJB service

    Posted 09/18/09 01:56 AM

    I want to use webMethods to call Java services which running on different server. How to do that ?


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: Webmethods call EJB service

    Posted 11/05/09 09:57 AM
    1. Expose you remote service via SOAP and call it from IS (or directly from within a process or from MWS) as SOAP service.
      or
    2. Write a Java service (assuming you use Integration Server) making the call for you using RMI.
      I prefer solution 1 if possible.

    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB