本文先发布在:封宸落宇 再同步发布到本博客!
CXF结合spring发布简单的webservice服务!
1、创建web工程 ,添加spring(3.1.3)包,添加cxf(2.2.6)依赖包
2、创建配置文件:applicationContext-webservice.xml
文件内容:
然后在applicationContext.xml中将applicationContext-webservice.xml添加进来。
3、在web.xml中,添加cxf servlet定义!
上面定义的cxfservlet对于URL中带有UserPrdBindService的请求都将过滤,对于上面的定义访问:http://ip/UserPrdBindService/SyncAddressBookService?wsdl就能够访问到发布的服务。
4、创建服务接口
/
5、创建接口实现类
6、部署并启动,访问:http://ip/UserPrdBindService/SyncAddressBookService?wsdl 能够获取到wsdl文件,恭喜你已经成功利用cxf结合spring发布了一个webservice服务了!
服务发布了,那怎么访问呢,请查看我的另一篇博客!!
Spring security LDAP configuration - Search approach,布布扣,bubuko.com