摘要: 一。创建web项目,引入jar包 二。创建SEI接口 三。创建实现类。 四。配置Spring的配置文件 创建 applicationContext.xml文件 五。配置xml文件 六。启动tomcat,输入项目路径 http://localhost:8080/项目名/ws/weather?wsdl 阅读全文
posted @ 2017-08-30 17:04 duyunchao 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 一、下载cxf文件 http://cxf.apache.org/download.html 二、将下载好的文件解压,之后配置 CXF_HOME,配置方式与jdk环境类似; 在path中添加。 三、服务器搭建 1.导入jar包 a.将apache-cxf-2.7.11\lib 路径下的jar包放入My 阅读全文
posted @ 2017-08-30 15:28 duyunchao 阅读(1896) 评论(0) 推荐(0) 编辑