public void testListTypes() throws Exception {
createService(CollectionServiceInterface.class, new CollectionService(), null);
ClientProxyFactoryBean proxyFac = new ClientProxyFactoryBean();
proxyFac.getServiceFactory().getServiceConfigurations().add(0,
new XFireCompatibilityServiceConfiguration());
proxyFac.setServiceClass(CollectionServiceInterface.class);
proxyFac.setDataBinding(new AegisDatabinding());
proxyFac.setAddress("local://CollectionServiceInterface");
proxyFac.setBus(getBus());