import c.b.a._2006._07.authentication.AuthenticationInterface;
import c.b.a._2006._07.authentication.AuthenticationServiceClient;
public class AnyTypeServiceTest extends AbstractXFireAegisTest {
public void testAnyTypeService() {
Service service = new JaxbServiceFactory().create(AuthenticationServiceImpl.class);
List<String> search = new ArrayList<String>();
search.add("org.codehaus.xfire.generator.any");
service.setProperty(JaxbType.SEARCH_PACKAGES, search);
getServiceRegistry().register(service);
AuthenticationServiceClient stub = new AuthenticationServiceClient();
AuthenticationInterface client = stub.getAuthenticationInterfaceLocalEndpoint();