Hi, I'm trying to solve the following problem and not having much luck. I have a stored process deployed as a web service, and an external application call's the web service. Upon the call, the stored process runs, and once it ends, it gives a return code to the service. That all works, so so far, so good. But what I need is to give the return code earlier, before the stored process ends, so the call transaction from the external application doesn't need to wait for the entire stored process to finish. How do I do that or work around it? Thank you in advance!
... View more