yidao620c / comments

用来存储用户评论
MIT License
1 stars 0 forks source link

SpringBoot系列 - cxf实现WebService | 飞污熊博客 #641

Open yidao620c opened 1 year ago

yidao620c commented 1 year ago

https://www.xncoding.com/java/springboot/sb-cxf.html

说起web service最近几年restful大行其道,大有取代传统soap web service的趋势, 但是一些特有或相对老旧的系统依然使用了传统的soap web service,例如银行、航空公司的机票查询接口等。 本篇主要讲解spring boot整合cxf发布webservice服务和spring boot整合cxf客户端调用webservice服务。