前端表单提交,基于 WebService 将数据传递后台系统
自动解析封装 1、 在 bos_fore 系统,添加 OrderAction 封装订单数据
2、 修改 bos_domain 工程 @RootXmlElement 注解
别忘了 maven install
3、 在 bos_manangement 中添加 OrderService 发布 WebService
配置 applicationContext-webService.xml
4、 完善 bos_fore 的 OrderAction 代码,调用 WebService