i have a problem in try/catch sequence…
i am assigning a value 2 to res variable in try seq…
i want that res value in catch seq…
main sequence(exit on success)
{
try seq(exit on failure)
{
if a!=2 // i will give input other than 2
{
set res to 2 in a MAP
}
}
catch seq(exit on done)
{
// i want to get res value here…ie in results i want to see res=2
}
}
this flow doesn’t produce res=2 in result…bcoz…in try seq…exit on failure IS will roll back pipeline values before seq…!.
any alternative…any java service…! plz…help me…:sad:
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services