I Have a BPEL process taking 3 inputs and (name,age,country) all are string type. while invoking this BPEL process I am passing only two parameters. On Assign Activity I am copying these variabled to BPEL variables. at that time the result is leading to SelectionFailure Exception.
for this I tried Scope and keep my Assign Activity in that and added a CatchAll Block. In catch block I kept one more assign Activity. but there I can not decide which field is blank.
second I tried nillable="true" (I am not sure this is working or not) .
Both of the way not worked,