第一種 原文地址:https://blog.csdn.net/sujin_/article/details/83865124
使用 apache axis
第二種 原文地址:https://blog.csdn.net/feng_zhiyu/article/details/81283378
使用CXF
第一步下載安裝CXF
下載地址:https://cxf.apache.org/cxf-2613-release-notes.html
第二步配置環(huán)境變量
將解壓的文件bin目錄 配置到path 下面
第三步執(zhí)行命令
wsdl2java -p com.example.demo.client -d E:\code -client http://localhost:1000/webservice/cmccWebService?wsdl
-p 配置包名
-d 配置生成路徑
-client 服務(wù)地址