I think value ‘1’ is considered as ‘true’ and viceversa. value ‘0’ is considered as ‘false’ and viceversa
At-least you can two combinations:
Code something like this
Branch (Evaluate labels on true)
MAP %e2%=‘true’ || %e2%=‘1’
MAP %e2%=‘false’ || %e2%=‘0’
You can also implement using re-gex but the above code should be fine.
Let me know if this looks OK.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods