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.

 View Only
  • 1.  calling one flow service from another

    Posted Wed August 04, 2010 10:42 AM

    Hi,

    I have a Flowservice A,and i have another flow service B.
    if I call flow service B in A …
    Is there any way that I can say that B is being called.
    possiblity is that it can be called from flow service.

    In otherwords…how do we find the parent service of the child service?


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


  • 2.  RE: calling one flow service from another

    Posted Wed August 04, 2010 11:08 AM

    Go to childservice and Right click on that service , then select option on popup window —> click on Find Dependents option. It gives the list of Parent services which currently invokes that service


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


  • 3.  RE: calling one flow service from another

    Posted Thu August 05, 2010 10:54 AM

    Actually I wanted answer to this question programmatically.Is there any sample code which you could paste for my better understanding?


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


  • 4.  RE: calling one flow service from another

    Posted Thu August 05, 2010 06:33 PM

    In a Java service:

    Call this Java service from service B.

    • Percio

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