【发布时间】:2016-11-14 16:16:49
【问题描述】:
我正在使用 SOAP UI 发送请求。我传递的xml是这样的:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://PWS">
<soapenv:Header/>
<soapenv:Body>
<psw:Method1...>
<pws:model query="">
<pws:keys query="">
<pws:MyID type="String" ...></pws:MyID>
</pws:keys>
</psw:model>
</psw:Method1>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Header/> 部分由 SOAP UI 设置,我不知道如何从该工具中查看它。如何查看完整的 SOAP 请求?
【问题讨论】:
标签: xml web-services soapui