I want to get a value from a field with a variable name:
I have a document with this structure:
document/field1/field2/VARIABLEFIELDNAME/field3/field4
I want to get the value of field4. Field1, 2, 3 et 4 have fixe name
VARIABLEFIELDNAME content the string “Pivot” like “ABCPivot” or “dkoPivotezee”
i wanted to do a thing like
document/field1/field2/[/Pivot/]/field3/field4 but I don’t know if it’s possible (when I try it doesn’t work)
Someone know how to do that?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services