我需要测试SOAP Web服务以查看它返回给我的内容,我想使用PAW(os x app)但找不到有关如何构建soap调用的任何文档
更新:访问Paw的文档,了解如何使用Paw发送SOAP请求
遗憾的是,我们本身并不支持SOAP调用.Paw试图更接近REST架构,但作为一般的HTTP客户端,您可以自己构建SOAP信封:
<soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<soap:Header>
<m:Trans xmlns:m="http://www.w3schools.com/transaction/"
soap:mustUnderstand="1">234
</m:Trans>
</soap:Header>
<soap:Body>
...
</soap:Body>
</soap:Envelope>
Run Code Online (Sandbox Code Playgroud)
这是一个示例SOAP请求:https://paw.pt/aWeCZk9J
| 归档时间: |
|
| 查看次数: |
1952 次 |
| 最近记录: |