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 for any help. > -----Original Message----- > From: Ronald H�tter [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 04, 2002 11:08 AM > To: [EMAIL PROTECTED] > Subject: Using multiple threads to call the same service > > > Does anybody know, whether it is safe to call the same > service by multiple threads, resulting in overlapping calls? > > BR, Ronald >
