webMethods

webMethods

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

Webmethods call EJB service

  • 1.  Webmethods call EJB service

    Posted Fri September 18, 2009 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 Thu November 05, 2009 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