Problem Statement:
A lot of times there is a need to calculate webMethods flow lines of code . So options for your
- Create a custom logic
- User ISCCR provided by Software AG team which has lots of advance features of static code analysis and detailed reports but would need you to have a license agreement.
Possible Solutions
The best solution would be to use ISCCR tool as its can easily plug into your CI/CD pipeline or use via Designer for creating your build gates.
There we have another solution which is WxCodeLineCalculator which is an Integration Server Package which can give you the count of different flow steps in your flow service for your full package or for all your flow services on that particular Integration Server.
What product/components do you use and which version/fix level?
This can work with all version of webMethods 10.X plus the latest version 10.11.
Are you using a free trial or a product with a customer license?
Check with your account executives on the usage of this package.
What are trying to achieve? Please describe in detail.
The way the solution works is it checks for all flow xml and parses it to get the details of following in the flow xml:
• If
• Switch
• Exit
• Map
• Repeat
• Loop
• Sequence Main
• Sequence Try or new Try flow step
• Sequence Catch or new Catch Flow step
• Finally
• Invoke Services
• Transformers
Do you get any error messages? Please provide a full error message screenshot and log file.
In case of any issues the errors are suppressed only the flows which could be parsed are show in report.
Have you installed latest fixes for the products
Doesn’t get impacted by any other fixes
How does the Solution Works


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