Re: Generated Stub Thread-safe?

2006-01-23 Thread Cyrille Le Clerc
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cyrille Le Clerc Sent: Saturday, 21 January 2006 12:27 a.m. To: axis-user@ws.apache.org Subject: Re: Generated Stub Thread-safe? Hello Chris, I didn't see such a cost of instantiating stubs with Axis 1.3. I played a very

RE: Generated Stub Thread-safe?

2006-01-23 Thread Ferguson, Neil, VF-NZ
optimising. Thanks for your help. Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cyrille Le Clerc Sent: Tuesday, 24 January 2006 2:01 a.m. To: axis-user@ws.apache.org Subject: Re: Generated Stub Thread-safe? Hello Neil, I agree with you

RE: Generated Stub Thread-safe?

2006-01-22 Thread Ferguson, Neil, VF-NZ
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cyrille Le Clerc Sent: Saturday, 21 January 2006 12:27 a.m. To: axis-user@ws.apache.org Subject: Re: Generated Stub Thread-safe? Hello Chris, I didn't see such a cost of instantiating stubs with Axis 1.3

Re: Generated Stub Thread-safe?

2006-01-19 Thread Cyrille Le Clerc
Hello Neil, Axis 1.3 stubs are NOT thread safe. You will face problems if your calls involve soap headers or attachments for example. Note that can can reuse a stub. By the way, reusing a stub is the pattern to maintain a client side session (you then also have to call

RE: Generated Stub Thread-safe?

2006-01-19 Thread Ebert, Chris
To: axis-user@ws.apache.org Subject: Re: Generated Stub Thread-safe? Hello Neil, Axis 1.3 stubs are NOT thread safe. You will face problems if your calls involve soap headers or attachments for example. Note that can can reuse a stub. By the way, reusing a stub is the pattern