Re: Is client-side Axis ( 1.3 ) thread safe ?

2006-06-01 Thread Jesus Salvo Jr.
On Friday 02 June 2006 05:01, Cyrille Le Clerc wrote: >Hello Jesus, > >Axis 1.x client thread safety has been discussed on the mailing > list under the subject "Generated Stub Thread-safe?" (2006-01-19) : > http://marc.theaimsgroup.com/?l=axis-user&m=113771126214607&w=2 > > Here is an abstr

Re: Is client-side Axis ( 1.3 ) thread safe ?

2006-06-01 Thread Cyrille Le Clerc
Hello Jesus, Axis 1.x client thread safety has been discussed on the mailing list under the subject "Generated Stub Thread-safe?" (2006-01-19) : http://marc.theaimsgroup.com/?l=axis-user&m=113771126214607&w=2 Here is an abstract : "If you use stateless soap calls, the simplest pattern is t

Is client-side Axis ( 1.3 ) thread safe ?

2006-06-01 Thread Jesus Salvo Jr.
I have a client classes generated from a WSDL via Eclipse's Axis-plugin. Thus, I have a ServiceLocator, from where I obtain a service / client stub that extends org.apache.axis.client.Stub. The question is, is a single instance of this service thread safe ?? The only reference which suggest tha