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.  how to get flow.xml path of the respective flow service

    Posted Thu January 11, 2007 07:56 AM

    Hi All!

    need to get flow.xml file,plesae provive me the steps to achieve this, i will give input as a fully qualified path of the flow service ,output shuld give flow.xml of the input qualified path flow service

    regards
    anil kumar


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


  • 2.  RE: how to get flow.xml path of the respective flow service

    Posted Thu January 11, 2007 12:38 PM

    You can figure this out for yourself by creating new Flow services and studying where the Flow.xml files are placed or by analyzing existing Flow services.

    Mark


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


  • 3.  RE: how to get flow.xml path of the respective flow service

    Posted Fri January 12, 2007 05:21 AM

    Hi mark!

    i want the flow steps to give flow.xml file as a output,i pass qualified path of the flow servive,ouput should give the respective flow.xml file for qualifiled path of the flow service input

    regards
    anil kumar


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


  • 4.  RE: how to get flow.xml path of the respective flow service

    Posted Thu February 11, 2010 06:44 AM

    Hi Anil,

    How do you get fully qualified path of the flow service? is there any built in service?


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


  • 5.  RE: how to get flow.xml path of the respective flow service

    Posted Thu February 11, 2010 10:03 AM

    I don’t think there is a built in service.
    If your package is WmTest and your flow service fully qualified path is wmtest.subflows:testService then the flow.xml path will be ./packages/RbWmTest/ns/wmtest/subflows/testService/flow.xml

    Just make service to do it automatically.

    Cheers
    Guna


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