SOAP 请求中的 Savon 错误响应:“带有操作‘x’的消息;无法在接收器处处理...”

发布于 2024-11-17 12:15:23 字数 372 浏览 3 评论 0原文

我正在使用 Savon 来实现 Web 服务客户端。

但是,我收到此消息:

(a:ActionNotSupported) 消息 不能使用“SearchCars”操作 在接收器处处理,由于 ContractFilter 不匹配 端点调度程序。这可能是 由于合同不匹配 (发送者和发送者之间的操作不匹配 接收器)或绑定/安全 发送者和接收者之间不匹配 接收者。检查发件人和 接收者有相同的合同并且 相同的绑定(包括安全性 要求,例如消息、传输、 无)。

发送我的肥皂请求后。

我读到它与 httpBinding 或其他东西有关。

有什么想法吗?

I'm using Savon for a Web Service Client implementation.

However, I get this message:

(a:ActionNotSupported) The message
with Action 'SearchCars' 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).

after sending my soap request.

I read it had something to do with a httpBinding or something.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守望孤独 2024-11-24 12:15:23

您是否有工作客户端的另一种机制(例如curl)?

我发现有用的是使用 Charles 之类的东西来查看 http 请求之间的差异。

和/或 soapUI 是一个用于检查和尝试 Web 服务的便捷工具。您尝试过与之联系吗?

HTH,克里斯

Do you have a working client another mechanism (eg curl)?

What I find useful is to see look at the differences between the http requests, using something like Charles.

And/or soapUI is a handy tool for inspecting web services and trying them out. Have you tried connecting with that?

HTH, Chris

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文