SOAP方法参数问题

时间:2019-05-16 10:21:54

标签: soap postman

在SOAP方法中带有传递参数的问题。它说:“服务USISLogSOAP中的方法InsertNewChange中的参数queryString为空!”

SOAP URI:本地主机:14047 / BC140 / WS / CRONUSCANADA / Codeunit / USISLogSOAP 这是请求正文

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://www.getpostman.com/">
 <soapenv:Header></soapenv:Header>
 <soapenv:Body>
<InsertNewChange>
    <QueryString>"TESTING"</QueryString>
</InsertNewChange>
 </soapenv:Body>
</soapenv:Envelope>

我在请求正文中缺少什么/做错了什么?

0 个答案:

没有答案