Suresh Movva wrote: > I am trying to create 2 clients to connect to a webservice, one does not need > Interceptors the other does. > Based on my trials it seems the Interceptors are being shared between > different clients created from the same factory.
Yes they are, you need to use separate JaxWsProxyFactoryBeans to create the two clients. Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
