gpt4 book ai didi

.net - 我想要一些调试 WCF Web 服务异常的技巧

转载 作者:行者123 更新时间:2023-12-02 06:46:15 25 4
gpt4 key购买 nike

我创建了一个 WCF 服务,当我浏览到端点时出现以下错误:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode
xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">
a:ActionNotSupported
</faultcode>
<faultstring xml:lang="en-GB">
The message with Action '' cannot be processed at the receiver,
due to a ContractFilter mismatch at the EndpointDispatcher.
This may be because of either a contract mismatch (mismatched
Actions between sender and receiver) or a binding/security
mismatch between the sender and the receiver. Check that sender
and receiver have the same contract and the same binding
(including security requirements, e.g. Message, Transport, None).
</faultstring>
</s:Fault>
</s:Body>
</s:Envelope>

我已经解决了问题,但体验不佳!有没有人有调试此类问题的任何提示或工具?

最佳答案

我找到了 SvcTraceViewer.exe成为诊断 WCF 错误时最有值(value)的工具。

关于.net - 我想要一些调试 WCF Web 服务异常的技巧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18348/

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