I am looking for a method to list out all the documents with all the enumerations set in a Integration Server. I want to list enumerated variables and their assigned values.
Because of my shell script background I looked for a way to parse the
ndf file itself. But that looks complicated.
Is there any way through webMethods services I can do that?
Do I have to parse the ndf file for this ?
What inbuilt services could I use ?
My approach till now:
I had few other requirements for which I used shell script,grep and sed to extract data from .ndf file and finished with csv files that were good.
For listing out enumeration again I found that a tag like:
C is present where C is the enum value.
This is my first post so appologies if looks unstructured.
cheers,
LP
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services