Hi,
I am new to webMethods and using version 7. Trying to the build the flow to implement branch based on output value.
I’m getting the state abbreviation from the output document ( /stateid ) and if the stateid value is not ‘A’ or ‘B’ or ‘C’ then invoke service1 and for all others invoke service2.
Is it possible to implement using Branch and evaluate multiple values at once in the following sequence?
If not what is the best approach? Please give me some suggestions on this, thanks in advance.
Here is my flow
Sequence
–Sequence (try)
----- Mapping
----- Branch on ‘/stateid’
----- Sequence: !=( “A” || “B” || “C” )
---------- service1
----- Sequence: $default ( for all other states )
---------- service2
–Sequence (catch)
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods