CertBaseServiceImpl baseServiceImpl = new CertBaseServiceImpl();
ICertBaseService service = baseServiceImpl.getCertBaseServiceImplPort();
String string = service.createCertIncomeCostByCostAreaCommon(incomePlanAllListJson.toString(), costPlanNcListJson.toString(), this.financeCode, this.year, this.month, this.companyNc, binding.getEmpCode(), binding.getNcCode(), "", null, null, null);
服务端是那种 客户端就是那种吗
CertBaseServiceImpl baseServiceImpl = new CertBaseServiceImpl();
ICertBaseService service = baseServiceImpl.getCertBaseServiceImplPort();
String string = service.createCertIncomeCostByCostAreaCommon(incomePlanAllListJson.toString(), costPlanNcListJson.toString(), this.financeCode, this.year, this.month, this.companyNc, binding.getEmpCode(), binding.getNcCode(), "", null, null, null);