Postman測試Web Service
今天要來測試一下改寫的webservice服務,以下提供測試範例參數
行為: dopost
位置: https://xxxx.xxx.xxx
header:
key: Content-Type
value: application/soap+xml; charset=utf-8
body:
raw xml
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<方法名稱 xmlns="http://tempuri.org/">
<參數1>xxxxxx</參數1>
<參數2>xxxxx</參數2>
</方法名稱>
</soap12:Body>
</soap12:Envelope>
以上就是簡單使用postman做webservice服務的範例
留言
張貼留言