1、调试地址:http://*****/Service/Search.asmx
2、设置Heard
参数名:Content-Type
参数值:text/xml;charset=utf-8
3、设置xml
body中选ram->xml
xml内容:文章来源:https://www.toymoban.com/news/detail-619724.html
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SimpleSearch xmlns="http://search.qikan.com.cn/">
<indexDir></indexDir>
<key>中国</key>
<field>ALL</field>
<source>ALL</source>
<sortOption>DEFAULT</sortOption>
<articleUrl></articleUrl>
<magUrl></magUrl>
<authorUrl></authorUrl>
<startTime>2022-01-01</startTime>
<endTime>2022-12-31</endTime>
<pageIndex>1</pageIndex>
<pageSize>100</pageSize>
<magazines></magazines>
<url></url>
</SimpleSearch>
</soap:Body>
</soap:Envelope>
文章来源地址https://www.toymoban.com/news/detail-619724.html
到了这里,关于PostMan WebService调用的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!