4142434445464748495051
@BeforeClass public static void createServers() throws Exception { bus = BusFactory.getDefaultBus(); ServerFactoryBean sf = new ServerFactoryBean(); sf.setServiceBean(new WSSimpleImpl()); sf.setAddress(add11); sf.setBus(bus); sf.create();