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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

RMI services

  • 1.  RMI services

    Posted Thu September 29, 2011 06:48 AM

    Hi,

    How can we call the RMI (Remote Methods Invocation) Services by wM.

    Is it possible ?

    shafi


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


  • 2.  RE: RMI services

    Posted Thu September 29, 2011 02:55 PM

    I would recommend against doing this. The interaction should instead use something like XML over HTTP or a SOAP call. While you can undoubtedly make it work via a Java service it is not the typical communication approach for IS-based solutions.

    Side trip: The following is not intended to criticize shafi but more of a commentary on the relative irrational tendency of our industry to refer to everything as a service (we used to call everything objects). Remote Method Invocation has nothing to do with services in an SOA sense.* As the name explicitly states–it is the calling of a method of an object hosted remotely.

    • wM IS services aren’t services in an SOA sense either–but the labelling of FLOW and Java components in IS as services precedes the current SOA hype.

    [end soap box] :wink:


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


  • 3.  RE: RMI services

    Posted Fri September 30, 2011 05:21 AM

    reamon,

    I agree with you on using soap xml. I knew it can be done in better way by using soap. Let me clear you one thing can it be possible to invoke the remote methods by our wM IS java services . if you have idea on that share please do share us.

    :slight_smile:
    shafi


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


  • 4.  RE: RMI services

    Posted Fri September 30, 2011 08:45 PM