> JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
> client = dcf.createClient("/sm/ws/wsdl/DataImportUtility.wsdl",
> Thread.currentThread().getContextClassLoader()) Just cache and reuse the client instance. Regards Dennis
> JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
> client = dcf.createClient("/sm/ws/wsdl/DataImportUtility.wsdl",
> Thread.currentThread().getContextClassLoader()) Just cache and reuse the client instance. Regards Dennis