Hi Michele; How do you create ServiceClient ? You can avoid the problem by sharing the same configurationContext for each ServiceClient. As you can see when you are creating a serviceClient you can pass configurationContext ,so create configCtx first and then create all the serviceClients using that configCtx.
Thanks Deepal Michele Mazzucco wrote: >Hi all, > >I have to spare some threads, and each of them creates a new >ServiceClient object in order to send messages. Now the problem is that >they fail, since they try to use the same port (I guess). Is there any >possibility to specify which port should they use? > >Thanks, >Michele > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
