You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Popa Horia <ho...@gmail.com> on 2005/05/26 11:53:51 UTC

Server closing connection

 
 
        I have a Java Axis server and a client in C++, client generated by
the Axis C framework. The client runs on windows.
The problem is that after a first successful request to the server, the
server send a FIN package to the client and the connection is closed. When I
make another request the C client throws an exception because the connection
is closed and the client it seems it doesn't check for closed connection. My
solution was to create a new instance of the stub prior to every request. I
think something is wrong with the client because it should know to re-use a
connection. 
         Any ideas?
 
        Thanks