gpt4 book ai didi

rest - 如何将 SOAP 信封转换为 JSON?

转载 作者:可可西里 更新时间:2023-11-01 17:31:48 29 4
gpt4 key购买 nike

我正在尝试将此 SOAP 信封转换为 http POST 请求以通过 DHC Restlet 发送(或任何其他引擎)。

SOAP 信封

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xx="http://xx.webservice.company.com/">
<soapenv:Header/>
<soapenv:Body>
<xx:MyMethodName>
<!--Optional:-->
<firstParameter>xx</firstParameter>
<!--Optional:-->
<secondParameter>zz</secondParameter>
</xx:MyMethodName>
</soapenv:Body>
</soapenv:Envelope>

DHC实现

enter image description here

我收到 200 OK,但响应为空。

我可能遗漏了什么?

最佳答案

虽然我们可以从 GET 请求中获得结果,但是如果您的服务器使用 ,则无法POST JSON 请求>SOAP 背后的架构。

解决方案是使用 XML 和以下 header 参数POST SOAP 封装:

Content-Type : text/xml; charset=utf-8

SOAPAction : (empty)

关于rest - 如何将 SOAP 信封转换为 JSON?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39855894/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com