Your client code is responsible for serializing access to an instance of Call. For multithreaded clients, this is typically accomplished by having a Call instance for each thread.
Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 2:32 PM Subject: Is SOAP 2.3 RPC thread safe? Hi, Is SOAP 2.3 RPC thread safe? In another words, do I need to single thread all the call.invoke()? Thanks!