Hi,
I need a solution.
I am writing a flow service which add two numbers, i used pub.math.addInt(). I take two input i.e say A and B now I mapped A with num1 of the addInt() function and B with num2 of the addInt() function.
well.
now if I run it passing value A=5 and B=5 then it gives value=10, thats f9,but if I did not pass value in any of the variable then it gives b2b:exception saying that num1/num2 should have value.
is their any configuration level changes possible which provide me replace null value by 0 internally.
I don’t want to incorporate any extra step before calling this pub.math.addInt() service.
Thnks!
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services