On Thursday 24 June 2010 8:48:55 am William wrote: > Hello guys, > > I just want to know how to publish multiple web services? Is it > correct to just repeat the following codes? Any better implementation? > > JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); > ...... > factory.create;
Generally yes. Either that or just do Endpoint.publish(....) a bunch of times. -- Daniel Kulp [email protected] http://dankulp.com/blog
