"/org/codehaus/xfire/spring/xfire.xml",
"/org/codehaus/xfire/spring/remoting/exporterTest.xml"});
assertNotNull(appContext.getBean("xfire.serviceFactory"));
assertNotNull(appContext.getBean("echo"));
XFireExporter exporter = (XFireExporter) appContext.getBean("/Echo");
assertNotNull(exporter);
BeanNameUrlHandlerMapping handlerMapping = new BeanNameUrlHandlerMapping();
handlerMapping.setApplicationContext(appContext);
HttpServletRequest request = getRequest();