Monday, August 7, 2023

flow.xml Vs node.ndf Vs java.frag

Very useful stuff to know, when you want to build any tool to migrate code from webMethods to Tibco or MuleSoft.


flow.xml - is the actual xml representation of the flow service, it consists of all the variables, services, documents used in the flow service.


node.ndf - Which contains the properties of the flow service which can be seen from properties pannel.


flow.xml.bak  - It's a backup of the flow service.

node.idf → contains input , output signature of the service like field_name , field_type etc…


java.frag - It provides viewable/readable permission to your java source code.
 If you delete this file, you can't view the source code. That's why we can't view the WmPublic java services code.

No comments:

Post a Comment

How to debug a Java Service.?

Please read my previous blog on Java Service Implementation to understand basics. After you have implemented Java Service successfully and e...