I would like to understand how can invoke through BPEL a stored procedure in a non-blocking way. My concern is I have a stored procedure (in DBAdpater) that I'm invoking, but it takes so much time (around 30 minutes) and I cannot wait until this finishes.
I'm trying setting in composite application the invoke property "nonBlockingInvoke" but it doesn't work, the adapter is blocking until get respsonse.
Thanks.