1. 백(자바) 영역 @RequestMapping("/rsm/getTeamOrgList.do") public ModelAndView getTeamOrgList(HttpServletRequest request, @RequestParam String slfcoClCd, @RequestParam String postCorpOrgId, Map param) throws Exception { param.put("slfcoClCd", slfcoClCd); param.put("postCorpOrgId", postCorpOrgId); List teamOrgList = rsmService.getTeamOrgList(param); /** XML 결과 생성 */ AjaxXmlBuilder ajaxXmlBuilder = new..