1. 首页
  2. 安全技术
  3. 网络安全
  4. Building a JSON web service with Java and Axis2

Building a JSON web service with Java and Axis2

上传者: 2020-10-06 02:39:21上传 ZIP文件 125.59KB 热度 25次
1.Download Axis2 as WAR and install it in your servlet container 2.Download the DynamicResponseHandler module and add it to Axis by copying it to WEB-INF/modules 3.Patch Jettison or download my patched version and replace it with the one installed in WEB-INF/lib 4.Add the DynamicResponseHandle
用户评论
码姐姐匿名网友 2020-10-06 02:39:21

真的很使用,按照说明成功执行

码姐姐匿名网友 2020-10-06 02:39:21

东西描述的还不错,但还有地方要修改,按照上面的步骤不能完全运行