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

Reply via email to