Whether service classes are thread safe depends on how they are written. Exposed methods of service classes need to be thread safe if they are deployed in application or session scope, or if they are deployed as static. If they are deployed at request scope and are not static, service classes need not have thread safe methods.
Scott Nichol ----- Original Message ----- From: "Thomas Börkel" <[EMAIL PROTECTED]> To: "Axis Dev Mailinglist" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 3:16 AM Subject: SOAPService thread-safe? HI! Are SOAPService objects thread-safe? Thanks! Regards, Thomas