> But there is no reason why the sender of the XML has to wait untill
> I update the stored procedure. I want to send the acknowledgement,
> that I received the XML immediately so that the sending process can
> continue.
Hmm, you obviously know the situation on the ground better, but in most cases it is useful to insist that the HTTP submitting client parse the HTTP return status from the server, and if the status was anything other than an HTTP 200/OK, insist that it retry later on, or otherwise mark the delivery in error. This is about the only way plain HTTP can be made transactional - also, this is how the regular TN HTTP delivery agent works.
The doThreadedInvoke and the Async processing are good ideas. Back in an early version of TN (IS 4 or 3.6), I found Async processing was problematic - but it should be fixed by now.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB