You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Richard S <s....@verchaska.com> on 2005/12/26 07:33:04 UTC

Closing a connection in axis1.2

Hi all
         I have created a webservice using axis 1.2 in document style. 
when client invokes the service a response string will be sent back. 
problem is that when invalid xml is recived i must not send any response 
back to client and should close that connection established. So i want 
how to close the connection without sending response back to client.

Regards
Richard