摘要: https://www.cnblogs.com/yxjdragon/p/6030740.html 注意事项: 1、客户端添加axis jar包 2、客户端生成的5个文件中需要用到的是与服务端同名的接口,以及实现该接口的类 阅读全文
posted @ 2018-05-22 20:07 程序员丁先生 阅读(112) 评论(0) 推荐(0) 编辑
摘要: String url = "http://127.0.0.1:8080/api"; //然后根据表名获取公司信息 HttpPost httppost = new HttpPost(url); List params = new ArrayList(); params.add(new BasicNameValuePair("... 阅读全文
posted @ 2018-05-22 10:34 程序员丁先生 阅读(227) 评论(0) 推荐(0) 编辑