Thread safe clients

2002-06-14 Thread Ramon Turnes
Maybe I should send it to this list. It seems that the problem is in Message.java class which is not thread save. If in my client code I synchronize the whole Message.class everything works fine. What do I have to do to write thread safe clients? Please, send your answers to axis-user as well

Thread safe clients

2002-06-13 Thread Ramon Turnes
I have problems when sending two simulaneous requests (from different threads) to the same URL. I have been playing a little bit with axis source code and everything seems to work if I synchronize the invoke(SOAPEnvelope) method in Call.java Some reasons for this behaviour? Thanks in advance