@Test
public void testXMLList() throws Exception {
AddNumbersImpl serviceImpl = new AddNumbersImpl();
Endpoint.publish("local://localhost:9000/Hello", serviceImpl);
JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
factory.setBus(SpringBusFactory.getDefaultBus());
factory.setServiceClass(AddNumbers.class);