摘要: CXF3.*发布WebService服务的方法 spring+cxf的搭建方式 一、在pom.xml添加cxf3.1.14的依赖,JDK1.7 <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jax 阅读全文
posted @ 2017-11-30 17:22 长风Jsonol 阅读(196) 评论(0) 推荐(0) 编辑
摘要: WebService客户端的生成方法 一、CXF 3.*wsdl2java方式生成 (1)去官网下载http://cxf.apache.org/download.html,选择Binary distribution版本,版本号我使用最新3.*以上 (2)解压到本地磁盘,进入bin目录 shift+右 阅读全文
posted @ 2017-11-30 16:50 长风Jsonol 阅读(199) 评论(0) 推荐(0) 编辑