Hi. I have a web service running on JBoss and developed using JBossWebServices software.
I have to access to this web service via a C++ client. I am using Axis C++ in order to develop it. Axis C++ generates the client stubs from the WSDL specification, and then I use these stubs from the C++ application. But when I destroy a stub object (via the ~MyServiceStub(), which have been automatically generated by Axis C++) it looks like the connection is closed in an abnormal way: on the server side, an exception raises ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error Am I doing something wrong? Is there some 'close()' method or similar I am missing? Or is this the expected behaviour? Thanks in advance. Manu
