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
Expand all | Collapse all

Invoke a Flowservice from a Java Project or the other way around.

  • 1.  Invoke a Flowservice from a Java Project or the other way around.

    Posted 10/01/19 09:13 AM

    The scenario is we created a Java project that needs to be compiled and to be imported in our IS. This jar will be calling a flow service.

    Our problem is that, we are having a difficulty invoking a flow service to our code. Is there any way that we could invoke a certain flow service in our java project?


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


  • 2.  RE: Invoke a Flowservice from a Java Project or the other way around.

    Posted 10/03/19 08:48 PM

    If your jar would be loaded on IS, I think you could use Service.doInvoke to run any service in your java code.


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