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 call java service from other java service

    Posted 12/15/03 10:43 PM

    i have written four java services. i want to call one java service to be called in my other java services. is it possible ???
    if yes, how could i do it ???


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


  • 2.  RE: How to call java service from other java service

    Posted 12/16/03 06:08 AM

    Yes, u can calla java service from a java service using Service.doInvoke() method [doInvoke(com.wm.app.b2b.server.NSName name, IData input)], whose details can be found by refering to Java API supplied by webMethods.


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


  • 3.  RE: How to call java service from other java service

    Posted 12/16/03 08:01 PM

    Thanks to both of you guys…Sri Kalyana Ram G and Mark Carlson.

    Its working fine.

    Regards,
    Nilesh


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