linux服务器中模拟调用soapui调用webservice接口
摘要:
服务器需要安装curl,命令如下: 1.新建1.xml请求报文文件 2.执行命令 curl --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction:xxx" --data @1.xml http://xx/Identi 阅读全文
posted @ 2020-11-11 13:28 猿猿不断 阅读(1275) 评论(0) 推荐(0)