I don't know what you mean exactly.
Nevertheless:

client = new ServiceClient(new ConfigurationContext(_axisConfig), null);

http://ws.apache.org/axis2/1_3/api/org/apache/axis2/client/ServiceClient.html


On Fri, May 23, 2008 at 8:30 AM, sultanat <[EMAIL PROTECTED]> wrote:

>
> Can you send a sample of your SeriviceClient please
>
> Alexis Midon-2 wrote:
> >
> > Thanks for the clarification!
> >
> > On Fri, May 23, 2008 at 1:32 AM, Michele Mazzucco <
> > [EMAIL PROTECTED]> wrote:
> >
> >> ServiceClient is not thread safe. I suggest you to share the
> >> configuration
> >> context among several ServiceClient instances instead, where each
> >> ServiceClient is private to each thread. Instantiating ServiceClient
> >> objects
> >> is not very expensive -- ConfigurationContext objects are.
> >>
> >> Michele
> >>
> >>
> >> On 23 May 2008, at 00:15, Alexis Midon wrote:
> >>
> >>  Hi all,
> >>>
> >>> I'd like to know if I can share one ServiceClient instance among
> several
> >>> threads.
> >>>
> >>> Thanks,
> >>>
> >>> Alexis
> >>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/is-ServiceClient-thread-safe--tp17415505p17427917.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to