使⽤postman调⽤webservice接⼝PostMan调⽤webservice接⼝,采⽤post⽅式,参数使⽤xml格式。
#实例
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="/soap/envelope/" xmlns:xsi="/2001/XMLSchema-instance" xmlns:xsd="/2001/XMLSchema">
<soap:Body>webservice用户名密码调用
<LoginByNameAndPwd xmlns="/">
<username>psadmin</username>
<password>00000</password>
</LoginByNameAndPwd>
</soap:Body>
</soap:Envelope>
如图:
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论