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.  Finding the Dependent services in flow service

    Posted 05/03/10 07:52 AM

    Hi,

    How to find the dependent service of a flowservice. Is there any package to find that information.

    Regards,
    Radha S.P


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


  • 2.  RE: Finding the Dependent services in flow service

    Posted 05/03/10 08:18 AM

    If using webMethods you should make yourself accustomed with Developer. There are 2 menu entries right on top which give you the dependend and the used services for every service.


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


  • 3.  RE: Finding the Dependent services in flow service

    Posted 05/03/10 08:30 AM

    Hi,

    Thanks for your reply.I want to write a unix script which will give the dependent services of a service. Is there any way to get the services and dependent services through the scripts.

    Can i write a flow service to get the services and dependent services,in that case what is the package i have to use.

    Thanks,
    Radha S.P


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


  • 4.  RE: Finding the Dependent services in flow service

    Posted 05/03/10 12:00 PM

    i think … you can grep with the service name at package level and find out all the dependent items for the same.

    -nD


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


  • 5.  RE: Finding the Dependent services in flow service

    Posted 05/03/10 01:03 PM

    Afaik devloper uses services from within WmRoot
    (something like WmRoot/wm.server.ns.dependency/…) but those are not officially documented or supported.


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


  • 6.  RE: Finding the Dependent services in flow service

    Posted 05/03/10 01:25 PM

    Radha,

    The service you are looking for is “WmRoot/wm.server.ns.dependency:getDependent” but like the other poster said, it is not recommended to use services from WmRoot package since this isn’t public package and can be changed at time by webMethods.

    HTH


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


  • 7.  RE: Finding the Dependent services in flow service

    Posted 02/12/18 06:48 AM

    Hello everyone!!

    Can someone help to know about the dependency service (wm.server.ns.dependency:getDependent) is working internally?


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


  • 8.  RE: Finding the Dependent services in flow service

    Posted 02/12/18 01:13 PM


  • 9.  RE: Finding the Dependent services in flow service

    Posted 02/13/18 02:59 AM

    Hello, I have to find the dependent services of RestorePipeline used service. To do that I am grep on all the service flow.xml file and finding if any service contains RestorePipeline using Java code (Runtime.exec()). So I wanted to know how the wm.server.ns.dependency:getDependent service is working??? If this service work in different and optimum fashion, then I will use this service to find the dependency… Basically I wanted to know my method (i.e, Grepping flow.xml file) is optimum one or not?

    Thanks in advance for your help and answers!!!


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