0


PostMan WebService调用

1、调试地址:http://*****/Service/Search.asmx

2、设置Heard

 参数名:Content-Type
  参数值:text/xml;charset=utf-8

3、设置xml

 body中选ram->xml

xml内容:
<?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://blog.csdn.net/zhou0552/article/details/128110487
版权归原作者 zhou0552 所有, 如有侵权,请联系我们删除。

“PostMan WebService调用”的评论:

还没有评论