Hi Thomas. My understanding is that the Call object is a stateful object, containing the soap request and response. The Serializer and Deserializers contains the request and response data within the call object. So I would say you need to create a call per soap request.
Anyone else? Jennifer Jackson Programmer/Analyst -----Original Message----- From: Haug Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 8:27 AM To: '[EMAIL PROTECTED]' Subject: Concurrent usage of the Call object ? Hi everbody, I have a question regarding the org.apache.axis.client.Call class. Is it possible that a client creates only one Call instance and than issues serveral requests through this object concurrently or is this kind of usage illegal ? Thanks, Thomas
