In a CXF webservice implementation on the server, is there any way of being
able to log/track wether the client received the response?

eg. to only do a final commit on a transaction after the response has been
sent in full to the client?

I know this would never be perfect, but it should be at least theoretically
possible to detect if the client closed the connection before sending the
response?

Reply via email to