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.  Compare 2 flow services

    Posted Tue March 20, 2007 04:41 PM

    Hi

    Whats the best way to compare 2 flow services (the same service) in different environments.

    Thanks


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


  • 2.  RE: Compare 2 flow services

    Posted Wed March 21, 2007 12:03 AM

    One approach is to run a diff on the flow.xml files for each service. This would tell you with certainty if the packages were identical, but would be less useful in indicating which flow statements have changed due to having to map from the xml back to Flow.

    Mark


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


  • 3.  RE: Compare 2 flow services

    Posted Wed March 21, 2007 06:14 AM

    Use Beyond Compare 2 …compare the two flow.xml

    Thanks
    maram


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


  • 4.  RE: Compare 2 flow services

    Posted Sun November 23, 2008 10:27 PM

    You can try http://flowdiff.hell.cx/

    It’s still not finished, but it works most of the time and you can always contact me if you find any bugs.

    It’s quite useful, especially if you’re a little paranoid when checking in your changes into shared repository.

    I’m often afraid I might have accidentaly deleted - for example - one collapsed innocently looking sequence containing two thirds of core business logic of service.
    It’s very convenient to be able to make sure you’ve changed exactly what you wanted to change before you check in your work!

    Regards,
    mp


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


  • 5.  RE: Compare 2 flow services

    Posted Mon November 24, 2008 09:36 AM

    Hi
    I even heard that the tool CrossVista has lot of capabilities w.r.t webMethods deployment and versioning , and one of them is finding the differences between the services.

    Regds,
    Murali


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


  • 6.  RE: Compare 2 flow services

    Posted Mon November 24, 2008 02:50 PM

    For service level comparision best option is comparision of flow.xml but we can do it in other way by using the “View as HTML”.
    I mean right click on the service and select “View as HTML” for both the different environment services and do a manuall check.

    I know this is little difficult but it work for me several time while development or debugging of issue.

    try it…


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


  • 7.  RE: Compare 2 flow services

    Posted Tue April 13, 2010 07:49 AM

    Hi ramana,

    There is a new versioning software on the block called crossvista team. (www.crossvista.com). It is pretty neat as it integrates with free open source VCS like SubVersion and provides

    1. Version Control
    2. Change Management
    3. Configuration Management
    4. Release Management

    all in one pack. Its worth taking a look. Let me know if you need more details on CrossVista.

    Also coming to your question of comparing flow services, this tool offers a real time display where you can compare two flow services and see the differences between them and also a really cool function that allows you to merge work done on a single flow service by two separate developers…try it out!


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