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/IdentityService?wsdl
SOAPAction:打开soapui获取该接口对应的值
标签:xml,调用,webservice,--,SOAPAction,header,soapui,curl 来源: https://www.cnblogs.com/zr-api/p/13958220.html