Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
第三方希望向我们发送 SOAP 消息。
有必要使<s:Body></s:Body>我们响应中的元素之间的所有内容都在我们的控制之下。
<s:Body></s:Body>
经过几个小时的研究,WCF 消息似乎会将响应包装在一个带有 WCF 方法名称的 xml 元素中。
有没有办法使用 WCF 解决这个问题?还是有更好的、完全不同的方法?
尝试将其定义为裸服务:
[SoapDocumentService(Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Bare)]