}
public void testServiceProxy() throws Exception {
//construct the SEI proxy
Map portMap = new HashMap();
MockSEIFactory factory = new MockSEIFactory();
portMap.put("MockPort", factory);
Map seiClassNameToFactoryMap = new HashMap();
seiClassNameToFactoryMap.put(MockPort.class.getName(), factory);
AxisBuilder builder = new AxisBuilder();
Object service = builder.createServiceInterfaceProxy(MockService.class, portMap, seiClassNameToFactoryMap, context, module, isolatedCl);