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
  • 1.  Remote Vs Reverse Invoke

    Posted Fri July 11, 2003 09:55 PM

    I am wondering comparing these two things…
    1)Proxy->RemoteInvoke->inernal
    2)Proxy->ReverseInvoke->internal

    I’ve heard about the second case more frequently than the first one though the first case is also in practice. wish to know the differences of the above two from the performance and security perspective.

    Thanks
    DG


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Remote Vs Reverse Invoke

    Posted Fri July 11, 2003 10:18 PM

    These are 2 different things:

    RemoteInvoke lets you invoke a service B on another machine within your local service A as if service B was local

    ReverseInvoke allows incoming traffic to get through an otherwise closed firewall by creating a socket initiated internally and “pulling” the incoming connections into the internal machine.


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB