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.  How to use RMI in WebMethods

    Posted 04/03/06 05:48 AM

    Can someone send me configuration instructions and sample code for how to communicate with RMI server from webMethods?

    Thank you in advance :slight_smile:


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to use RMI in WebMethods

    Posted 04/04/06 06:39 AM

    Hi,
    You mean invoking services in other integration Servers.The solution is simple.
    Enter your IS(integration Server) administrator console.In the left pan you can see a link RemoteServers under settings tab.Click on on that.Configure ur remote server there.Then we have builtin service called pub.remote:invoke.Try this.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: How to use RMI in WebMethods

    Posted 04/05/06 11:55 AM

    No, on the server I am talking to is not an webMethods Integration Server but a rmi remote server.

    Do you know if I need to configure the InitialContex differently in webMethods?

    If I implement the binding to the rmi server in Eclipse (just a standard Java Project) then it works fine but when I run the same code as a webMethods JavaService it doesn’t bind to the method on the remote server.

    Is anyone here doing something like this?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 4.  RE: How to use RMI in WebMethods

    Posted 07/16/14 04:52 PM

    Hello - did you ever find a solution? I am trying this and would love to know the answer!


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 5.  RE: How to use RMI in WebMethods

    Posted 07/17/14 12:20 PM

    Hi Leo,
    I’ve not seen any service provided by webMethods for RMI call.
    Is it mandatory for you to make RMI call or can you invoke service on other server using HTTP?
    If RMI is mandatory then you can write custom java code.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 6.  RE: How to use RMI in WebMethods

    Posted 07/18/14 05:01 AM

    Hi There,
    Even in webMethods, you can create initialContext if you are dealing with any AppServer by creating JNDI connections to it and from there you do perform RMI. Kindly try to implement this and let us know the results.

    Thanks,


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General