}
@Test
public void testRpcLitNoSEI() throws Exception {
builder.setServiceClass(org.apache.cxf.tools.fortest.withannotation.rpc.EchoImpl.class);
ServiceInfo service = builder.createService();
assertNotNull(service);
assertEquals(new QName("http://cxf.apache.org/echotest", "EchoService"),
service.getName());
assertEquals(new QName("http://cxf.apache.org/echotest", "Echo"),
service.getInterface().getName());
generator.setServiceModel(service);
File output = getOutputFile("rpclist_no_sei.wsdl");
assertNotNull(output);