calling one flow service from another

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?

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

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

In a Java service:

Call this Java service from service B.

  • Percio