PDA

View Full Version : Compare 2 flow services


paulhasse
03-20-2007, 10:11
Hi

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

Thanks

mcarlson
03-20-2007, 17:32
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

sujith
03-20-2007, 23:44
Use Beyond Compare 2 ...compare the two flow.xml

Thanks
maram

mpietrzak
11-23-2008, 15:57
Hi

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

Thanks


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

murali.basani
11-24-2008, 03:06
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

lion
11-24-2008, 08:20
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....